Skip to content

Commit

Permalink
Merge pull request #123 from slick/renovate/slickversion
Browse files Browse the repository at this point in the history
Update slickVersion to v3.5.2
  • Loading branch information
mergify[bot] authored Sep 30, 2024
2 parents 76ddd15 + 699b7d7 commit bf353d7
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 @@ -20,7 +20,7 @@ mergifyExtraConditions := Seq(

scalacOptions += "-deprecation"

val slickVersion = "3.5.1"
val slickVersion = "3.5.2"

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

0 comments on commit bf353d7

Please sign in to comment.