From ed62c1dd2b0860b5bd607b184ed4b999267eae9d Mon Sep 17 00:00:00 2001 From: scala-steward Date: Wed, 15 Jan 2025 11:13:13 +0000 Subject: [PATCH] Update ox:core, ox:mdc-logback to 0.5.8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0b4b1f32a..24879ef3d 100644 --- a/build.sbt +++ b/build.sbt @@ -12,7 +12,7 @@ import complete.DefaultParsers._ val password4jVersion = "1.8.2" val sttpVersion = "3.10.1" val tapirVersion = "1.11.6" -val oxVersion = "0.5.1" +val oxVersion = "0.5.8" val otelVersion = "1.43.0" val otelInstrumentationVersion = "2.8.0-alpha"