Skip to content

Commit c0f8403

Browse files
committedMar 19, 2025·
Update slick, slick-hikaricp from 3.5.2 to 3.6.0
1 parent 6e26e83 commit c0f8403

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ lazy val scala_akka_3 = (project in file("scala-akka-3"))
356356
)
357357

358358
val monocleVersion = "2.1.0"
359-
val slickVersion = "3.5.2"
359+
val slickVersion = "3.6.0"
360360
val shapelessVersion = "2.3.13"
361361
val scalazVersion = "7.3.8"
362362
val fs2Version = "3.11.0"

‎scalatra/build.sbt

+1-1
Original file line numberDiff line numberDiff 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
)

0 commit comments

Comments
 (0)
Please sign in to comment.