Skip to content

Commit

Permalink
Update logback-classic to 1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
anand-singh committed Dec 16, 2021
1 parent 782d540 commit 14c841b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ libraryDependencies ++= Seq(
"com.h2database" % "h2" % "1.4.200",
"com.typesafe.slick" %% "slick-hikaricp" % "3.3.3",
"com.typesafe.slick" %% "slick" % "3.3.3",
"ch.qos.logback" % "logback-classic" % "1.2.3",
"ch.qos.logback" % "logback-classic" % "1.2.8",
"org.scalatest" %% "scalatest" % "3.2.8" % Test

)

0 comments on commit 14c841b

Please sign in to comment.