Skip to content

Commit

Permalink
Update coursier to 2.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 7, 2024
1 parent 5e4bf07 commit 3182f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ val functionalTests = Project("functional-tests", file("functional-tests"))
.configs(IntegrationTest)
.settings(
crossScalaVersions += scala213,
libraryDependencies += "io.get-coursier" %% "coursier" % "2.1.9",
libraryDependencies += "io.get-coursier" %% "coursier" % "2.1.10",
libraryDependencies += "org.scala-lang" % "scala-reflect" % scalaVersion.value,
libraryDependencies += munit.value,
testFrameworks += new TestFramework("munit.Framework"),
Expand Down

0 comments on commit 3182f26

Please sign in to comment.