Skip to content

Commit

Permalink
Update to Slick 3.4.1 (#2909)
Browse files Browse the repository at this point in the history
  • Loading branch information
patriknw authored Sep 21, 2022
1 parent c5d0fc6 commit ad40baf
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 @@ -428,7 +428,7 @@ object Dependencies {
)
}

val SlickVersion = "3.3.3"
val SlickVersion = "3.4.1"
val Slick = Seq(
libraryDependencies ++= Seq(
"com.typesafe.slick" %% "slick" % SlickVersion, // BSD 2-clause "Simplified" License
Expand Down

0 comments on commit ad40baf

Please sign in to comment.