From 939ff135eefd8723c855b93eca969fe840d11a55 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 9 May 2024 14:13:11 +0000 Subject: [PATCH] Update airframe-log to 24.5.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 50f83a8c3..b88b1a444 100755 --- a/build.sbt +++ b/build.sbt @@ -117,7 +117,7 @@ lazy val dependencies = private val scodecV = "1.1.38" private val munitV = "1.0.0-M10" private val scalafmtV = "3.7.17" - private val airframelogV = "23.12.1" + private val airframelogV = "24.5.0" private val oslibV = "0.9.2" val scodec = "org.scodec" %% "scodec-bits" % scodecV val munit = "org.scalameta" %% "munit" % munitV % Test