File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 2323 { version: '2.12.15' },
2424 { version: '2.12.14' },
2525 { version: '2.12.13' },
26+ { version: '2.13.8' },
27+ { version: '2.13.7' },
2628 { version: '2.13.6' },
27- { version: '2.13.5' },
28- { version: '2.13.4' }
2929 ]
3030 steps :
3131 - 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 munitVersion = " 0.7.29"
5- lazy val scalametaVersion = " 4.4.30 "
5+ lazy val scalametaVersion = " 4.4.32 "
66lazy val defaultScala212 = " 2.12.15"
7- lazy val defaultScala213 = " 2.13.7 "
7+ lazy val defaultScala213 = " 2.13.8 "
88lazy val defaultScala3 = " 3.1.0"
99lazy val bin212 =
1010 Seq (
@@ -20,6 +20,7 @@ lazy val bin212 =
2020lazy val bin213 =
2121 Seq (
2222 defaultScala213,
23+ " 2.13.7" ,
2324 " 2.13.6" ,
2425 " 2.13.5" ,
2526 " 2.13.4" ,
You can’t perform that action at this time.
0 commit comments