Skip to content

Commit

Permalink
Update coursier to 2.1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial-bot committed Jan 10, 2025
1 parent c174c24 commit 739b9dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbt-airframe/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ lazy val sbtAirframe =
description := "sbt plugin for helping programming with Airframe",
scalaVersion := SCALA_2_12,
libraryDependencies ++= Seq(
"io.get-coursier" %% "coursier" % "2.1.23",
"io.get-coursier" %% "coursier" % "2.1.24",
"org.apache.commons" % "commons-compress" % "1.27.1",
"org.wvlet.airframe" %% "airframe-control" % AIRFRAME_VERSION,
"org.wvlet.airframe" %% "airframe-codec" % AIRFRAME_VERSION,
Expand Down

0 comments on commit 739b9dd

Please sign in to comment.