File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -356,12 +356,12 @@ lazy val scala_akka_3 = (project in file("scala-akka-3"))
356356 )
357357
358358val monocleVersion = " 2.1.0"
359- val slickVersion = " 3.5.2 "
359+ val slickVersion = " 3.6.0 "
360360val shapelessVersion = " 2.3.13"
361361val scalazVersion = " 7.3.8"
362362val fs2Version = " 3.12.0"
363363val reactiveMongo = " 1.1.0-RC15"
364- val slickPgVersion = " 0.22.2 "
364+ val slickPgVersion = " 0.23.0 "
365365val scalaTestContainersVersion = " 0.43.0"
366366val postgresqlVersion = " 42.7.5"
367367val json4sVersion = " 4.0.7"
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.2 " ,
17+ " com.typesafe.slick" %% " slick" % " 3.6.0 " ,
1818 " com.h2database" % " h2" % " 2.1.214" ,
1919 " com.mchange" % " c3p0" % " 0.10.2"
2020)
You can’t perform that action at this time.
0 commit comments