File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
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.17' },
22
23
{ version: '2.12.16' },
23
24
{ version: '2.12.15' },
24
- { version: '2.12.14' },
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 @@ -13,6 +13,7 @@ coursier fetch \
13
13
org.scoverage:scalac-scoverage-plugin_2.12.14:$version \
14
14
org.scoverage:scalac-scoverage-plugin_2.12.15:$version \
15
15
org.scoverage:scalac-scoverage-plugin_2.12.16:$version \
16
+ org.scoverage:scalac-scoverage-plugin_2.12.17:$version \
16
17
org.scoverage:scalac-scoverage-plugin_2.13.0:$version \
17
18
org.scoverage:scalac-scoverage-plugin_2.13.1:$version \
18
19
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.5.9 "
6
- lazy val defaultScala212 = " 2.12.16 "
5
+ lazy val scalametaVersion = " 4.5.13 "
6
+ lazy val defaultScala212 = " 2.12.17 "
7
7
lazy val defaultScala213 = " 2.13.8"
8
8
lazy val defaultScala3 = " 3.1.3"
9
9
lazy val bin212 =
10
10
Seq (
11
11
defaultScala212,
12
+ " 2.12.16" ,
12
13
" 2.12.15" ,
13
14
" 2.12.14" ,
14
15
" 2.12.13" ,
You can’t perform that action at this time.
0 commit comments