Skip to content

Commit

Permalink
Update slick to 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Mar 9, 2024
1 parent 5ba3223 commit 03e7d21
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 @@ -66,7 +66,7 @@ def mainDependencies(scalaVersion: String) = {
Seq (
"org.scala-lang.modules" %% "scala-parser-combinators" % "2.3.0",
"dev.zio" %% "izumi-reflect" % "2.3.8",
"com.typesafe.slick" %% "slick" % "3.5.0-RC1",
"com.typesafe.slick" %% "slick" % "3.5.0",
"org.postgresql" % "postgresql" % "42.7.2",
"org.scala-lang.modules" %% "scala-collection-compat" % "2.11.0",
"org.slf4j" % "slf4j-simple" % "2.0.12" % "provided",
Expand Down

0 comments on commit 03e7d21

Please sign in to comment.