File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-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,9 +2,9 @@ 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"
7- lazy val defaultScala213 = " 2.13.16 "
7+ lazy val defaultScala213 = " 2.13.17 "
88lazy val defaultScala3 = " 3.3.6"
99lazy val bin212 =
1010 Seq (
@@ -16,7 +16,8 @@ lazy val bin212 =
1616 )
1717lazy val bin213 =
1818 Seq (
19- defaultScala213
19+ defaultScala213,
20+ " 2.13.16"
2021 )
2122
2223inThisBuild(
You can’t perform that action at this time.
0 commit comments