Skip to content

Commit 9b365e1

Browse files
authored
Merge pull request lightbend-labs#851 from scala-steward/update/coursier-2.1.23
Update coursier to 2.1.23
2 parents d41ad93 + 998ee61 commit 9b365e1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
distribution: temurin
2121
java-version: ${{matrix.java}}
2222
- uses: coursier/cache-action@v6
23+
- uses: sbt/setup-sbt@v1
2324
# note use of an old sbt version, as a smoke test
2425
- run: "sbt +test mimaReportBinaryIssues 'set sbtplugin/scriptedSbt := \"1.3.13\"' 'scripted sbt-mima-plugin/minimal'"
2526
testFunctional:
@@ -35,6 +36,7 @@ jobs:
3536
with:
3637
distribution: temurin
3738
java-version: 8
39+
- uses: sbt/setup-sbt@v1
3840
- uses: coursier/cache-action@v6
3941
- run: sbt "functional-tests/runMain com.typesafe.tools.mima.lib.UnitTests -${{ matrix.scala }}"
4042
testScripted:
@@ -51,6 +53,7 @@ jobs:
5153
distribution: temurin
5254
java-version: 8
5355
- uses: coursier/cache-action@v6
56+
- uses: sbt/setup-sbt@v1
5457
- run: sbt "scripted sbt-mima-plugin/*${{ matrix.scripted }}"
5558
testIntegration:
5659
needs: build
@@ -62,4 +65,5 @@ jobs:
6265
distribution: temurin
6366
java-version: 8
6467
- uses: coursier/cache-action@v6
68+
- uses: sbt/setup-sbt@v1
6569
- run: sbt IntegrationTest/test

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ val functionalTests = Project("functional-tests", file("functional-tests"))
9696
.configs(IntegrationTest)
9797
.settings(
9898
crossScalaVersions += scala213,
99-
libraryDependencies += "io.get-coursier" %% "coursier" % "2.1.21",
99+
libraryDependencies += "io.get-coursier" %% "coursier" % "2.1.23",
100100
libraryDependencies += "org.scala-lang" % "scala-reflect" % scalaVersion.value,
101101
libraryDependencies += munit.value,
102102
testFrameworks += new TestFramework("munit.Framework"),

0 commit comments

Comments
 (0)