Skip to content

Commit

Permalink
Merge pull request #121 from scala-steward/update/airframe-24.4.3
Browse files Browse the repository at this point in the history
Update airframe to 24.4.3
  • Loading branch information
windymelt authored Nov 15, 2024
2 parents 0ba3c22 + 1f80da3 commit 944eba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit 944eba7

Please sign in to comment.