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 7450ca3 commit 4f48188
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 @@ -43,7 +43,7 @@ lazy val `slick-joda-mapper` = project.in(file("."))
if (scalaBinaryVersion.value == "3") {
"com.typesafe.slick" %% "slick" % "3.5.0-RC1" % "provided"
} else {
"com.typesafe.slick" %% "slick" % "3.4.1" % "provided"
"com.typesafe.slick" %% "slick" % "3.5.0" % "provided"
}
},
initialCommands += """
Expand Down

0 comments on commit 4f48188

Please sign in to comment.