Skip to content

Commit

Permalink
Update slick to 3.5.2 (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Oct 1, 2024
1 parent 846b874 commit c1bf663
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 @@ -97,7 +97,7 @@ def paradiseFlag(scalaVersion: String): Seq[String] =
val scalaTest = Def.setting("org.scalatest" %%% "scalatest" % "3.2.19")
val scalaCheck = Def.setting("org.scalacheck" %%% "scalacheck" % "1.18.1")

val slick = "com.typesafe.slick" %% "slick" % "3.5.1"
val slick = "com.typesafe.slick" %% "slick" % "3.5.2"
val optionalSlick = optional(slick)
val playJson = Def.setting("org.playframework" %%% "play-json" % "3.0.4")
val slickPg = "com.github.tminglei" %% "slick-pg" % "0.22.2"
Expand Down

0 comments on commit c1bf663

Please sign in to comment.