Skip to content

Commit

Permalink
Merge pull request #87 from tototoshi/update/slick-3.5.0
Browse files Browse the repository at this point in the history
Update slick, slick-codegen to 3.5.0
  • Loading branch information
tototoshi authored Mar 9, 2024
2 parents 8d7a3e8 + a852208 commit c69f6e6
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 @@ -21,7 +21,7 @@ crossSbtVersions := Seq("1.8.0")

val slickVersion = SettingKey[String]("slickVersion")

slickVersion := "3.5.0-RC1"
slickVersion := "3.5.0"

libraryDependencies ++= Seq(
"com.typesafe.slick" %% "slick" % slickVersion.value,
Expand Down

0 comments on commit c69f6e6

Please sign in to comment.