Skip to content

Commit 87a911d

Browse files
authored
Update doobie-core, doobie-h2 to 1.0.0-RC10
1 parent 932ca3d commit 87a911d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/ProjectPlugin.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ object ProjectPlugin extends AutoPlugin {
6262
lazy val examplesSettings = Seq(
6363
libraryDependencies ++= Seq(
6464
"io.circe" %% "circe-generic" % "0.14.14",
65-
"org.tpolecat" %% "doobie-core" % "1.0.0-RC9",
66-
"org.tpolecat" %% "doobie-h2" % "1.0.0-RC9",
65+
"org.tpolecat" %% "doobie-core" % "1.0.0-RC10",
66+
"org.tpolecat" %% "doobie-h2" % "1.0.0-RC10",
6767
"org.tpolecat" %% "atto-core" % "0.9.5",
6868
"org.http4s" %% "http4s-blaze-client" % "0.23.17",
6969
"org.http4s" %% "http4s-circe" % "0.23.30",

0 commit comments

Comments
 (0)