Skip to content

Commit

Permalink
Correct logback version typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
farmdawgnation committed Apr 12, 2018
1 parent a08f7e9 commit de91b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ libraryDependencies ++= {
val liftVersion = "3.2.0"
Seq(
"net.liftweb" %% "lift-webkit" % liftVersion % "compile",
"ch.qos.logback" % "logback-classic" % "1.2.5"
"ch.qos.logback" % "logback-classic" % "1.2.3"
)
}
```
Expand Down

0 comments on commit de91b3a

Please sign in to comment.