File tree 3 files changed +2
-15
lines changed
3 files changed +2
-15
lines changed Original file line number Diff line number Diff line change 26
26
os : [ubuntu-latest]
27
27
scala : [2.11.12, 2.12.15, 2.13.8, 3.1.2]
28
28
java : [temurin@8, temurin@17]
29
- exclude :
30
- - scala : 3.1.2
31
- java : temurin@17
32
29
runs-on : ${{ matrix.os }}
33
30
steps :
34
31
- name : Checkout current branch (full)
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ ThisBuild / githubWorkflowBuildPreamble +=
23
23
List (" sudo apt-get install libutf8proc-dev" ),
24
24
name = Some (" Install libutf8proc" )
25
25
)
26
- ThisBuild / githubWorkflowPublish := Seq (
26
+ ThisBuild / githubWorkflowPublish := Seq (
27
27
WorkflowStep .Sbt (
28
28
List (" ci-release" ),
29
29
env = Map (
@@ -35,16 +35,6 @@ ThisBuild / githubWorkflowPublish := Seq(
35
35
)
36
36
)
37
37
38
- // https://github.com/scala-native/scala-native/issues/2611
39
- ThisBuild / githubWorkflowBuildMatrixExclusions ++= List (
40
- MatrixExclude (
41
- Map (
42
- " scala" -> scalaVersion3,
43
- " java" -> java17.render
44
- )
45
- )
46
- )
47
-
48
38
ThisBuild / githubWorkflowBuildMatrixFailFast := Some (false )
49
39
50
40
val commonSettings : Seq [Setting [_]] = Seq (
Original file line number Diff line number Diff line change 1
1
addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.10.0" )
2
2
addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % " 1.2.0" )
3
- addSbtPlugin(" org.scala-native" % " sbt-scala-native" % " 0.4.4 " )
3
+ addSbtPlugin(" org.scala-native" % " sbt-scala-native" % " 0.4.5 " )
4
4
addSbtPlugin(" org.portable-scala" % " sbt-scala-native-crossproject" % " 1.2.0" )
5
5
addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.4.6" )
6
6
addSbtPlugin(" io.github.cquiroz" % " sbt-locales" % " 3.2.0" )
You can’t perform that action at this time.
0 commit comments