From 23027db5ac850ca99aa4b339c80821beae2ae62c Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 20:10:12 +0000 Subject: [PATCH] Update ojdbc8 to 23.26.1.0.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c451bc46..1b08eddc 100644 --- a/build.sbt +++ b/build.sbt @@ -18,7 +18,7 @@ val mssqlDriverVersion = "13.2.1.jre11" val munitVersion = "1.0.0-M11" val munitCatsEffectVersion = "2.1.0" val munitScalaCheckVersion = "1.0.0-M11" -val oracleDriverVersion = "23.26.0.0.0" +val oracleDriverVersion = "23.26.1.0.0" val skunkVersion = "0.6.5" val shapeless2Version = "2.3.11" val shapeless3Version = "3.4.1"