Skip to content

Commit

Permalink
Merge pull request #515 from scala-steward/update/coursier-2.0.0-RC6-20
Browse files Browse the repository at this point in the history
Update coursier to 2.0.0-RC6-20
  • Loading branch information
dwijnand authored Jun 2, 2020
2 parents 1cfbc5e + 6188514 commit c3a884d
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 @@ -65,7 +65,7 @@ val functionalTests = Project("functional-tests", file("functional-tests"))
.dependsOn(core)
.settings(
libraryDependencies += "com.typesafe" % "config" % "1.4.0",
libraryDependencies += "io.get-coursier" %% "coursier" % "2.0.0-RC6-19",
libraryDependencies += "io.get-coursier" %% "coursier" % "2.0.0-RC6-20",
testFunctional := (Compile / runMain).toTask(" com.typesafe.tools.mima.lib.UnitTests").value,
IntegrationTest / test := (Compile / runMain).toTask(" com.typesafe.tools.mima.lib.IntegrationTests").value,
mimaFailOnNoPrevious := false,
Expand Down

0 comments on commit c3a884d

Please sign in to comment.