From 3b918eaf55d2bf54878495428761718d5a31a024 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Mon, 27 Jul 2026 00:41:41 +0000 Subject: [PATCH] Update ox:core to 1.0.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index df3be36..8562bac 100644 --- a/build.sbt +++ b/build.sbt @@ -11,7 +11,7 @@ val sttpClientV = "4.0.26" val zioV = "2.1.26" val zioProcessV = "0.8.0" val zioHttpV = "3.11.3" -val oxV = "1.0.5" +val oxV = "1.0.6" val testcontainersScalaV = "0.41.8" lazy val verifyExamplesCompileUsingScalaCli = taskKey[Unit]("Verify that each example compiles using Scala CLI")