Skip to content

Commit

Permalink
Update doobie-core, doobie-h2 to 1.0.0-RC5
Browse files Browse the repository at this point in the history
  • Loading branch information
47erbot authored Nov 20, 2023
1 parent 4358195 commit cafb3ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/ProjectPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ object ProjectPlugin extends AutoPlugin {
lazy val examplesSettings = Seq(
libraryDependencies ++= Seq(
"io.circe" %% "circe-generic" % "0.14.6",
"org.tpolecat" %% "doobie-core" % "1.0.0-RC4",
"org.tpolecat" %% "doobie-h2" % "1.0.0-RC4",
"org.tpolecat" %% "doobie-core" % "1.0.0-RC5",
"org.tpolecat" %% "doobie-h2" % "1.0.0-RC5",
"org.tpolecat" %% "atto-core" % "0.9.5",
"org.http4s" %% "http4s-blaze-client" % "0.23.15",
"org.http4s" %% "http4s-circe" % "0.23.24",
Expand Down

0 comments on commit cafb3ef

Please sign in to comment.