Skip to content

Commit d51b751

Browse files
authored
Merge pull request #565 from scala-steward/update/coursier-2.0.3
Update coursier to 2.0.3
2 parents 3d2deb6 + e2f736a commit d51b751

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.2",
71+
libraryDependencies += "io.get-coursier" %% "coursier" % "2.0.3",
7272
libraryDependencies += munit,
7373
testFrameworks += new TestFramework("munit.Framework"),
7474
//Test / run / fork := true,

0 commit comments

Comments
 (0)