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 2222 { version: '2.12.18' },
2323 { version: '2.12.17' },
2424 { version: '2.12.16' },
25+ { version: '2.13.11' },
2526 { version: '2.13.10' },
26- { version: '2.13.9' },
27- { version: '2.13.8' },
27+ { version: '2.13.9' }
2828 ]
2929 steps :
3030 - name : checkout the repo
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import sbtcrossproject.CrossType
44lazy val munitVersion = " 0.7.29"
55lazy val scalametaVersion = " 4.7.8"
66lazy val defaultScala212 = " 2.12.18"
7- lazy val defaultScala213 = " 2.13.10 "
7+ lazy val defaultScala213 = " 2.13.11 "
88lazy val defaultScala3 = " 3.3.0"
99lazy val bin212 =
1010 Seq (
@@ -21,6 +21,7 @@ lazy val bin212 =
2121lazy val bin213 =
2222 Seq (
2323 defaultScala213,
24+ " 2.13.10" ,
2425 " 2.13.9" ,
2526 " 2.13.8" ,
2627 " 2.13.7" ,
You can’t perform that action at this time.
0 commit comments