From e325e564f07e9b8f2a83dd2dc0ece2ea02164808 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 27 Feb 2024 20:22:26 +0000 Subject: [PATCH] Update ox:core to 0.0.21 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 87e0ca960..f368930d4 100644 --- a/build.sbt +++ b/build.sbt @@ -208,7 +208,7 @@ lazy val `kyo-bench` = libraryDependencies += "dev.zio" %% "zio-logging-slf4j2" % "2.2.2", libraryDependencies += "dev.zio" %% "zio" % zioVersion, libraryDependencies += "dev.zio" %% "zio-concurrent" % zioVersion, - libraryDependencies += "com.softwaremill.ox" %% "core" % "0.0.20", + libraryDependencies += "com.softwaremill.ox" %% "core" % "0.0.21", libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.16" % Test )