From cd220b098e4d585f2c60a415f326748df48d7189 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 6 Dec 2023 04:55:40 +0100 Subject: [PATCH] Update oci-java-sdk-common-httpclient-jersey, ... to 3.30.0 (#303) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 53e96a2..32a47ef 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ lazy val scala_212 = "2.12.18" lazy val scala_213 = "2.13.12" lazy val V = new { - val ociSdk = "3.29.0" + val ociSdk = "3.30.0" val scalaCollectionCompat = "2.11.0" val zio = "2.0.19" val `zio-nio` = "2.0.2"