Skip to content

Commit

Permalink
Update doobie-core, doobie-h2 to 0.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
47erbot authored May 19, 2021
1 parent 158d6ff commit 8206045
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.0-M7",
"org.tpolecat" %% "doobie-core" % "0.13.2",
"org.tpolecat" %% "doobie-h2" % "0.13.2",
"org.tpolecat" %% "doobie-core" % "0.13.3",
"org.tpolecat" %% "doobie-h2" % "0.13.3",
"org.tpolecat" %% "atto-core" % "0.9.5",
"org.http4s" %% "http4s-blaze-client" % "0.21.23",
"org.http4s" %% "http4s-circe" % "0.21.23",
Expand Down

0 comments on commit 8206045

Please sign in to comment.