Skip to content

Commit

Permalink
Update doobie-h2 to 1.0.0-RC6
Browse files Browse the repository at this point in the history
  • Loading branch information
oss-47 committed Oct 23, 2024
1 parent 8b5bd6a commit 1fb246a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/ProjectPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ object ProjectPlugin extends AutoPlugin {
libraryDependencies ++= Seq(
"io.circe" %% "circe-generic" % "0.14.9",
"org.tpolecat" %% "doobie-core" % "1.0.0-RC5",
"org.tpolecat" %% "doobie-h2" % "1.0.0-RC5",
"org.tpolecat" %% "doobie-h2" % "1.0.0-RC6",
"org.tpolecat" %% "atto-core" % "0.9.5",
"org.http4s" %% "http4s-blaze-client" % "0.23.16",
"org.http4s" %% "http4s-circe" % "0.23.27",
Expand Down

0 comments on commit 1fb246a

Please sign in to comment.