File tree Expand file tree Collapse file tree 2 files changed +13
-9
lines changed Expand file tree Collapse file tree 2 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 27
27
matrix :
28
28
os : [ubuntu-latest]
29
29
scala : [2.11.12, 2.12.14, 2.13.6, 3.0.2]
30
- java : [adopt@1.8 ]
30
+ java : [temurin@11 ]
31
31
ci : [ciNode, ciFirefox, ciChrome, ciJSDOMNodeJS]
32
32
runs-on : ${{ matrix.os }}
33
33
steps :
@@ -36,10 +36,12 @@ jobs:
36
36
with :
37
37
fetch-depth : 0
38
38
39
- - name : Setup Java and Scala
40
- uses : olafurpg/setup-scala@v13
39
+ - name : Setup Java (temurin@11)
40
+ if : matrix.java == 'temurin@11'
41
+ uses : actions/setup-java@v2
41
42
with :
42
- java-version : ${{ matrix.java }}
43
+ distribution : temurin
44
+ java-version : 11
43
45
44
46
- name : Cache sbt
45
47
uses : actions/cache@v2
@@ -76,18 +78,20 @@ jobs:
76
78
matrix :
77
79
os : [ubuntu-latest]
78
80
scala : [3.0.2]
79
- java : [adopt@1.8 ]
81
+ java : [temurin@11 ]
80
82
runs-on : ${{ matrix.os }}
81
83
steps :
82
84
- name : Checkout current branch (full)
83
85
uses : actions/checkout@v2
84
86
with :
85
87
fetch-depth : 0
86
88
87
- - name : Setup Java and Scala
88
- uses : olafurpg/setup-scala@v13
89
+ - name : Setup Java (temurin@11)
90
+ if : matrix.java == 'temurin@11'
91
+ uses : actions/setup-java@v2
89
92
with :
90
- java-version : ${{ matrix.java }}
93
+ distribution : temurin
94
+ java-version : 11
91
95
92
96
- name : Cache sbt
93
97
uses : actions/cache@v2
Original file line number Diff line number Diff line change 1
1
libraryDependencies += " org.scala-js" %% " scalajs-env-selenium" % " 1.1.1"
2
2
libraryDependencies += " org.scala-js" %% " scalajs-env-jsdom-nodejs" % " 1.1.0"
3
3
4
- addSbtPlugin(" com.codecommit" % " sbt-spiewak-sonatype" % " 0.22.1 " )
4
+ addSbtPlugin(" com.codecommit" % " sbt-spiewak-sonatype" % " 0.23.0 " )
5
5
addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.7.1" )
6
6
addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.10.0" )
You can’t perform that action at this time.
0 commit comments