From e337b3a6a025f10b420902148db905452d754fb1 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 19 Dec 2024 22:10:26 +0100 Subject: [PATCH 1/2] Update sbt-ci-release to 1.9.2 (#387) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 63d5c9f..0eb453e 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.0") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2") addSbtPlugin("dev.zio" % "zio-sbt-ecosystem" % "0.4.0-alpha.28") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") From faa906a1b8d40462ae224af4c31d8f3d3bd4cd5a Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 19 Dec 2024 22:15:06 +0100 Subject: [PATCH 2/2] Update oci-java-sdk-common-httpclient-jersey, ... to 3.55.1 (#388) Co-authored-by: Julien Jean Paul Sirocchi --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5a0300b..ba5877d 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,5 @@ lazy val V = new { - val ociSdk = "3.55.0" + val ociSdk = "3.55.1" val scala213 = "2.13.15" val scala3 = "3.3.4" val `zio-nio` = "2.0.2"