Skip to content

Commit

Permalink
bump: Slick 3.5.2 (was 3.5.1) (#868)
Browse files Browse the repository at this point in the history
  • Loading branch information
ennru authored Oct 2, 2024
1 parent 2a8ba46 commit f5aa324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ object Dependencies {
val AkkaVersion = "2.10.0-M1"
val AkkaBinaryVersion = VersionNumber(AkkaVersion).numbers match { case Seq(major, minor, _*) => s"$major.$minor" }

val SlickVersion = "3.5.1"
val SlickVersion = "3.5.2"
val ScalaTestVersion = "3.2.19"

val JdbcDrivers = Seq(
Expand Down

0 comments on commit f5aa324

Please sign in to comment.