File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 2323 { version: '2.12.19' },
2424 { version: '2.12.18' },
2525 { version: '2.13.16' },
26+ { version: '2.13.17' },
2627 ]
2728 steps :
2829 - name : checkout the repo
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import sbtcrossproject.CrossProject
22import sbtcrossproject .CrossType
33
44lazy val latestMunitVersion = " 1.2.1"
5- lazy val scalametaVersion = " 4.9.9 "
5+ lazy val scalametaVersion = " 4.14.0 "
66lazy val defaultScala212 = " 2.12.20"
77lazy val defaultScala213 = " 2.13.16"
88lazy val defaultScala3 = " 3.3.6"
@@ -11,11 +11,11 @@ lazy val bin212 =
1111 defaultScala212,
1212 " 2.12.19" ,
1313 " 2.12.18" ,
14- " 2.12.17" ,
15- " 2.12.16"
14+ " 2.12.17"
1615 )
1716lazy val bin213 =
1817 Seq (
18+ " 2.13.17" ,
1919 defaultScala213
2020 )
2121
You can’t perform that action at this time.
0 commit comments