We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b18bcea commit dea77d8Copy full SHA for dea77d8
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.13.0",
65
- "org.tpolecat" %% "doobie-core" % "0.10.0",
66
- "org.tpolecat" %% "doobie-h2" % "0.10.0",
+ "org.tpolecat" %% "doobie-core" % "0.12.0",
+ "org.tpolecat" %% "doobie-h2" % "0.12.0",
67
"org.tpolecat" %% "atto-core" % "0.9.2",
68
"org.http4s" %% "http4s-blaze-client" % "0.21.20",
69
"org.http4s" %% "http4s-circe" % "0.21.20",
0 commit comments