From e0fa95f9fc9b709e720197af5de1278f26aad0ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Jourdan-Weil?= Date: Sun, 8 Mar 2026 16:38:58 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20chore:=20upgrade=20jdbc-scala=20?= =?UTF-8?q?to=201.2.10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ce785451..de136457 100644 --- a/build.sbt +++ b/build.sbt @@ -22,7 +22,7 @@ val specs2Test = Seq( ).map("org.specs2" %% _ % "4.10.6" % Test cross (CrossVersion.for3Use2_13)) .map(_.exclude("org.scala-lang.modules", "*")) -lazy val acolyte = "org.eu.acolyte" %% "jdbc-scala" % "1.2.9" % Test +lazy val acolyte = "org.eu.acolyte" %% "jdbc-scala" % "1.2.10" % Test // Licensing import sbtheader.HeaderPlugin.autoImport.HeaderPattern.commentBetween