From eba09b31ac6b156d0dd67aee65284ac452982620 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 26 Apr 2021 16:10:10 +0200 Subject: [PATCH] Update doobie-core, doobie-hikari, ... to 0.13.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 71992b3f1..9a7afb8f4 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.0" +val doobieVersion = "0.13.1" val http4sVersion = "0.21.22" val circeVersion = "0.13.0" val tsecVersion = "0.2.1"