Skip to content

Commit

Permalink
Merge pull request #851 from scala-steward/update/coursier-2.1.23
Browse files Browse the repository at this point in the history
Update coursier to 2.1.23
  • Loading branch information
SethTisue authored Jan 6, 2025
2 parents d41ad93 + 998ee61 commit 9b365e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
distribution: temurin
java-version: ${{matrix.java}}
- uses: coursier/cache-action@v6
- uses: sbt/setup-sbt@v1
# note use of an old sbt version, as a smoke test
- run: "sbt +test mimaReportBinaryIssues 'set sbtplugin/scriptedSbt := \"1.3.13\"' 'scripted sbt-mima-plugin/minimal'"
testFunctional:
Expand All @@ -35,6 +36,7 @@ jobs:
with:
distribution: temurin
java-version: 8
- uses: sbt/setup-sbt@v1
- uses: coursier/cache-action@v6
- run: sbt "functional-tests/runMain com.typesafe.tools.mima.lib.UnitTests -${{ matrix.scala }}"
testScripted:
Expand All @@ -51,6 +53,7 @@ jobs:
distribution: temurin
java-version: 8
- uses: coursier/cache-action@v6
- uses: sbt/setup-sbt@v1
- run: sbt "scripted sbt-mima-plugin/*${{ matrix.scripted }}"
testIntegration:
needs: build
Expand All @@ -62,4 +65,5 @@ jobs:
distribution: temurin
java-version: 8
- uses: coursier/cache-action@v6
- uses: sbt/setup-sbt@v1
- run: sbt IntegrationTest/test
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ val functionalTests = Project("functional-tests", file("functional-tests"))
.configs(IntegrationTest)
.settings(
crossScalaVersions += scala213,
libraryDependencies += "io.get-coursier" %% "coursier" % "2.1.21",
libraryDependencies += "io.get-coursier" %% "coursier" % "2.1.23",
libraryDependencies += "org.scala-lang" % "scala-reflect" % scalaVersion.value,
libraryDependencies += munit.value,
testFrameworks += new TestFramework("munit.Framework"),
Expand Down

0 comments on commit 9b365e1

Please sign in to comment.