From c3fe113534f31b600d42409b82a1dc3e798e581d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 23 May 2021 22:36:35 +0200 Subject: [PATCH] Update doobie-core, doobie-hikari, ... to 0.13.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5f0466792..cd6d64a80 100644 --- a/build.sbt +++ b/build.sbt @@ -10,7 +10,7 @@ import scala.util.Try import scala.sys.process.Process import complete.DefaultParsers._ -val doobieVersion = "0.13.3" +val doobieVersion = "0.13.4" val http4sVersion = "0.21.23" val circeVersion = "0.13.0" val tsecVersion = "0.2.1"