Skip to content

Commit

Permalink
Merge pull request #767 from scala-steward/update/coursier-2.1.5
Browse files Browse the repository at this point in the history
Update coursier to 2.1.5
  • Loading branch information
SethTisue committed Jul 3, 2023
2 parents 6eefae2 + 2ffa78e commit bf457a1
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 @@ -84,7 +84,7 @@ val functionalTests = Project("functional-tests", file("functional-tests"))
.configs(IntegrationTest)
.settings(
crossScalaVersions += scala213,
libraryDependencies += "io.get-coursier" %% "coursier" % "2.1.4",
libraryDependencies += "io.get-coursier" %% "coursier" % "2.1.5",
libraryDependencies += "org.scala-lang" % "scala-reflect" % scalaVersion.value,
libraryDependencies += munit.value,
testFrameworks += new TestFramework("munit.Framework"),
Expand Down

0 comments on commit bf457a1

Please sign in to comment.