We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 932ca3d commit 87a911dCopy full SHA for 87a911d
project/ProjectPlugin.scala
@@ -62,8 +62,8 @@ object ProjectPlugin extends AutoPlugin {
62
lazy val examplesSettings = Seq(
63
libraryDependencies ++= Seq(
64
"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",
+ "org.tpolecat" %% "doobie-core" % "1.0.0-RC10",
+ "org.tpolecat" %% "doobie-h2" % "1.0.0-RC10",
67
"org.tpolecat" %% "atto-core" % "0.9.5",
68
"org.http4s" %% "http4s-blaze-client" % "0.23.17",
69
"org.http4s" %% "http4s-circe" % "0.23.30",
0 commit comments