From ccad808fbaec516f5e7cb85fb16c4543d07dec52 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 29 Aug 2024 19:03:13 +0200 Subject: [PATCH] Update oci-java-sdk-common-httpclient-jersey, ... to 3.48.0 (#362) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4210544..d7cbcc0 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,5 @@ lazy val V = new { - val ociSdk = "3.47.0" + val ociSdk = "3.48.0" val scala213 = "2.13.14" val `zio-nio` = "2.0.2" }