Skip to content

Commit de91b3a

Browse files
Correct logback version typo in readme
1 parent a08f7e9 commit de91b3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ libraryDependencies ++= {
7575
val liftVersion = "3.2.0"
7676
Seq(
7777
"net.liftweb" %% "lift-webkit" % liftVersion % "compile",
78-
"ch.qos.logback" % "logback-classic" % "1.2.5"
78+
"ch.qos.logback" % "logback-classic" % "1.2.3"
7979
)
8080
}
8181
```

0 commit comments

Comments
 (0)