File tree 4 files changed +6
-4
lines changed
4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 19
19
os : [ 'ubuntu-latest', 'windows-latest' ]
20
20
java : ['8', '17']
21
21
scala : [
22
+ { version: '2.12.16' },
22
23
{ version: '2.12.15' },
23
24
{ version: '2.12.14' },
24
- { version: '2.12.13' },
25
25
{ version: '2.13.8' },
26
26
{ version: '2.13.7' },
27
27
{ version: '2.13.6' },
Original file line number Diff line number Diff line change 6
6
tags : ["*"]
7
7
jobs :
8
8
publish :
9
- runs-on : ubuntu-20.04
9
+ runs-on : ubuntu-latest
10
10
steps :
11
11
- uses : actions/checkout@v3
12
12
with :
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ coursier fetch \
12
12
org.scoverage:scalac-scoverage-plugin_2.12.13:$version \
13
13
org.scoverage:scalac-scoverage-plugin_2.12.14:$version \
14
14
org.scoverage:scalac-scoverage-plugin_2.12.15:$version \
15
+ org.scoverage:scalac-scoverage-plugin_2.12.16:$version \
15
16
org.scoverage:scalac-scoverage-plugin_2.13.0:$version \
16
17
org.scoverage:scalac-scoverage-plugin_2.13.1:$version \
17
18
org.scoverage:scalac-scoverage-plugin_2.13.2:$version \
Original file line number Diff line number Diff line change @@ -2,13 +2,14 @@ import sbtcrossproject.CrossProject
2
2
import sbtcrossproject .CrossType
3
3
4
4
lazy val munitVersion = " 0.7.29"
5
- lazy val scalametaVersion = " 4.4.32 "
6
- lazy val defaultScala212 = " 2.12.15 "
5
+ lazy val scalametaVersion = " 4.5.9 "
6
+ lazy val defaultScala212 = " 2.12.16 "
7
7
lazy val defaultScala213 = " 2.13.8"
8
8
lazy val defaultScala3 = " 3.1.0"
9
9
lazy val bin212 =
10
10
Seq (
11
11
defaultScala212,
12
+ " 2.12.15" ,
12
13
" 2.12.14" ,
13
14
" 2.12.13" ,
14
15
" 2.12.12" ,
You can’t perform that action at this time.
0 commit comments