Skip to content

Commit

Permalink
Merge pull request #565 from scala-steward/update/coursier-2.0.3
Browse files Browse the repository at this point in the history
Update coursier to 2.0.3
  • Loading branch information
dwijnand authored Oct 13, 2020
2 parents 3d2deb6 + e2f736a commit d51b751
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 @@ -68,7 +68,7 @@ val functionalTests = Project("functional-tests", file("functional-tests"))
.configs(IntegrationTest)
.settings(
libraryDependencies += "com.typesafe" % "config" % "1.4.0",
libraryDependencies += "io.get-coursier" %% "coursier" % "2.0.2",
libraryDependencies += "io.get-coursier" %% "coursier" % "2.0.3",
libraryDependencies += munit,
testFrameworks += new TestFramework("munit.Framework"),
//Test / run / fork := true,
Expand Down

0 comments on commit d51b751

Please sign in to comment.