Skip to content

Commit

Permalink
Update slick-pg to 0.20.2 (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Dec 22, 2021
1 parent 3ac690b commit a4e1d5f
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 @@ -127,7 +127,7 @@ val scalaCheck = "org.scalacheck" %% "scalacheck" % "1.15.4"
val slick = "com.typesafe.slick" %% "slick" % "3.3.3"
val optionalSlick = optional(slick)
val playJson = "com.typesafe.play" %% "play-json" % "2.9.2"
val slickPg = "com.github.tminglei" %% "slick-pg" % "0.19.7"
val slickPg = "com.github.tminglei" %% "slick-pg" % "0.20.2"
val sprayJson = "io.spray" %% "spray-json" % "1.3.6"
val circe = "io.circe" %% "circe-core" % "0.14.1"
val circeAuto = "io.circe" %% "circe-generic" % "0.14.1"
Expand Down

0 comments on commit a4e1d5f

Please sign in to comment.