Skip to content

Commit

Permalink
Update coursier to 2.1.11 in master
Browse files Browse the repository at this point in the history
  • Loading branch information
wartremover-bot[bot] authored and xuwei-k committed Sep 9, 2024
1 parent 599b69f commit c5b131d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 273,7 @@ lazy val inspector = Project(
if (scalaBinaryVersion.value == "3") {
Seq(
"org.scala-sbt" %% "io" % "1.10.0" % Test,
"io.get-coursier" % "coursier" % "2.1.10" % Test cross CrossVersion.for3Use2_13 exclude (
"io.get-coursier" % "coursier" % "2.1.11" % Test cross CrossVersion.for3Use2_13 exclude (
"io.argonaut",
"*"
) exclude ("org.scala-lang.modules", "scala-xml_2.13"),
Expand Down Expand Up @@ -419,7 419,7 @@ lazy val sbtPlug: Project = Project(
}
javaVmArgs.filter(a => Seq("-Xmx", "-Xms", "-XX", "-Dsbt.log.noformat").exists(a.startsWith))
},
libraryDependencies = "io.get-coursier" %% "coursier" % "2.1.10" % Test,
libraryDependencies = "io.get-coursier" %% "coursier" % "2.1.11" % Test,
scriptedLaunchOpts = ("-Dplugin.version=" version.value),
scriptedLaunchOpts = ("-Dscoverage.version=" scoverage.revision),
crossScalaVersions := Seq(latestScala212),
Expand Down

0 comments on commit c5b131d

Please sign in to comment.