Skip to content

Commit af09fb8

Browse files
authored
Merge pull request #557 from scala-steward/update/coursier-2.0.0-RC6-27
Update coursier to 2.0.0-RC6-27
2 parents 9242aed + 7d69906 commit af09fb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ val functionalTests = Project("functional-tests", file("functional-tests"))
6868
.configs(IntegrationTest)
6969
.settings(
7070
libraryDependencies += "com.typesafe" % "config" % "1.4.0",
71-
libraryDependencies += "io.get-coursier" %% "coursier" % "2.0.0-RC6-26",
71+
libraryDependencies += "io.get-coursier" %% "coursier" % "2.0.0-RC6-27",
7272
libraryDependencies += munit,
7373
testFrameworks += new TestFramework("munit.Framework"),
7474
//Test / run / fork := true,

0 commit comments

Comments
 (0)