Skip to content

Commit

Permalink
Update coursier to 2.1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial-bot committed Dec 27, 2024
1 parent f2997b9 commit 52f433e
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.22",
"io.get-coursier" %% "coursier" % "2.1.23",
"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 52f433e

Please sign in to comment.