File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -345,7 +345,7 @@ lazy val scala_akka_3 = (project in file("scala-akka-3"))
345345 )
346346
347347val monocleVersion = " 2.1.0"
348- val slickVersion = " 3.5.1 "
348+ val slickVersion = " 3.5.2 "
349349val shapelessVersion = " 2.3.12"
350350val scalazVersion = " 7.3.8"
351351val fs2Version = " 3.11.0"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ libraryDependencies ++= Seq(
1414 " org.scalatra" %% " scalatra-auth" % ScalatraVersion ,
1515 " org.scalatra" %% " scalatra-json" % " 2.8.4" ,
1616 " org.json4s" %% " json4s-jackson" % " 4.0.7" ,
17- " com.typesafe.slick" %% " slick" % " 3.5.1 " ,
17+ " com.typesafe.slick" %% " slick" % " 3.5.2 " ,
1818 " com.h2database" % " h2" % " 2.1.214" ,
1919 " com.mchange" % " c3p0" % " 0.10.1"
2020)
You can’t perform that action at this time.
0 commit comments