Skip to content

Commit ffbcc70

Browse files
sbt-airframe: Update coursier to 2.0.9 (#1442)
1 parent 79f4ec4 commit ffbcc70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -930,7 +930,7 @@ lazy val sbtAirframe =
930930
// This setting might be unnecessary?
931931
//crossSbtVersions := Vector("1.3.13"),
932932
libraryDependencies ++= Seq(
933-
"io.get-coursier" %% "coursier" % "2.0.8",
933+
"io.get-coursier" %% "coursier" % "2.0.9",
934934
"org.apache.commons" % "commons-compress" % "1.20"
935935
),
936936
scriptedLaunchOpts := {

0 commit comments

Comments
 (0)