We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1798c46 commit e90a6caCopy full SHA for e90a6ca
.github/workflows/build.yml
@@ -15,7 +15,6 @@ jobs:
15
java-version: [8, 11]
16
17
runs-on: ${{ matrix.os }}
18
- continue-on-error: ${{ matrix.os == 'macos-latest' }}
19
20
steps:
21
- uses: actions/checkout@v3
build.sc
@@ -28,7 +28,7 @@ val scalaVersions = Seq(
28
29
val scalaNativeVersions = scalaVersions.map((_, "0.4.5"))
30
31
-val backwardCompatibleVersions: Seq[String] = Seq()
+val backwardCompatibleVersions: Seq[String] = Seq("0.9.0")
32
33
object Deps {
34
val acyclic = ivy"com.lihaoyi:::acyclic:0.3.6"
0 commit comments