Skip to content

Commit

Permalink
Update slick-pg to 0.20.3 (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Apr 19, 2022
1 parent cbd1105 commit d610bbe
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 @@ -134,7 +134,7 @@ val scalaCheck = "org.scalacheck" %% "scalacheck" % "1.16.0"
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.20.2"
val slickPg = "com.github.tminglei" %% "slick-pg" % "0.20.3"
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 d610bbe

Please sign in to comment.