Skip to content

Update slick, slick-hikaricp from 3.5.2 to 3.6.0 #1799

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 30, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -356,12 +356,12 @@ lazy val scala_akka_3 = (project in file("scala-akka-3"))
)

val monocleVersion = "2.1.0"
val slickVersion = "3.5.2"
val slickVersion = "3.6.0"
val shapelessVersion = "2.3.13"
val scalazVersion = "7.3.8"
val fs2Version = "3.11.0"
val reactiveMongo = "1.1.0-RC15"
val slickPgVersion = "0.22.2"
val slickPgVersion = "0.23.0"
val scalaTestContainersVersion = "0.43.0"
val postgresqlVersion = "42.7.5"
val json4sVersion = "4.0.7"
Expand Down
2 changes: 1 addition & 1 deletion scalatra/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ libraryDependencies ++= Seq(
"org.scalatra" %% "scalatra-auth" % ScalatraVersion,
"org.scalatra" %% "scalatra-json" % "2.8.4",
"org.json4s" %% "json4s-jackson" % "4.0.7",
"com.typesafe.slick" %% "slick" % "3.5.2",
"com.typesafe.slick" %% "slick" % "3.6.0",
"com.h2database" % "h2" % "2.1.214",
"com.mchange" % "c3p0" % "0.10.2"
)
Expand Down