From 6ea1ec1a22780b5dd7db2903171641a7b7b1036c Mon Sep 17 00:00:00 2001 From: xerial-bot Date: Wed, 11 Dec 2024 16:15:08 +0000 Subject: [PATCH] Update coursier to 2.1.21 --- sbt-airframe/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbt-airframe/build.sbt b/sbt-airframe/build.sbt index 4448ab104..b403953a5 100644 --- a/sbt-airframe/build.sbt +++ b/sbt-airframe/build.sbt @@ -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.20", + "io.get-coursier" %% "coursier" % "2.1.21", "org.apache.commons" % "commons-compress" % "1.27.1", "org.wvlet.airframe" %% "airframe-control" % AIRFRAME_VERSION, "org.wvlet.airframe" %% "airframe-codec" % AIRFRAME_VERSION,