From 1f80da34224c01fe33148938fd517cb33f283c5e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 26 Apr 2024 00:43:51 +0000 Subject: [PATCH] Update airframe to 24.4.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8d89592..bb7653a 100644 --- a/build.sbt +++ b/build.sbt @@ -29,7 +29,7 @@ lazy val root = (project in file(".")) "com.mitchtalmadge" % "ascii-data" % "1.4.0", "ch.qos.logback" % "logback-classic" % "1.4.7", "org.typelevel" %% "log4cats-slf4j" % "2.6.0", - "org.wvlet.airframe" %% "airframe" % "24.4.0", + "org.wvlet.airframe" %% "airframe" % "24.4.3", scalaTest % Test, ), assembly / mainClass := Some("com.github.windymelt.zmm.Main"),