Skip to content

Commit

Permalink
Update doobie-postgres to 1.0.0-RC5
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 20, 2023
1 parent 5169d20 commit a0d63c6
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 @@ -14,7 +14,7 @@ releaseTagName := s"${if (releaseUseGlobalVersion.value) (ThisBuild / version).v
scalaVersion := "2.13.10"

libraryDependencies += "com.typesafe.play" %% "play-json" % "2.9.3"
libraryDependencies += "org.tpolecat" %% "doobie-postgres" % "1.0.0-RC2"
libraryDependencies += "org.tpolecat" %% "doobie-postgres" % "1.0.0-RC5"
libraryDependencies += "com.beachape" %% "enumeratum" % "1.7.2"

libraryDependencies += "com.dimafeng" %% "testcontainers-scala-postgresql" % "0.40.14" % Test
Expand Down

0 comments on commit a0d63c6

Please sign in to comment.