Skip to content

Commit e90a6ca

Browse files
committed
Reverted CI workarounds and added new bin-compat baseline
1 parent 1798c46 commit e90a6ca

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
java-version: [8, 11]
1616

1717
runs-on: ${{ matrix.os }}
18-
continue-on-error: ${{ matrix.os == 'macos-latest' }}
1918

2019
steps:
2120
- uses: actions/checkout@v3

build.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ val scalaVersions = Seq(
2828

2929
val scalaNativeVersions = scalaVersions.map((_, "0.4.5"))
3030

31-
val backwardCompatibleVersions: Seq[String] = Seq()
31+
val backwardCompatibleVersions: Seq[String] = Seq("0.9.0")
3232

3333
object Deps {
3434
val acyclic = ivy"com.lihaoyi:::acyclic:0.3.6"

0 commit comments

Comments
 (0)