File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 22
22
{ version: '2.12.18' },
23
23
{ version: '2.12.17' },
24
24
{ version: '2.12.16' },
25
+ { version: '2.13.11' },
25
26
{ version: '2.13.10' },
26
- { version: '2.13.9' },
27
- { version: '2.13.8' },
27
+ { version: '2.13.9' }
28
28
]
29
29
steps :
30
30
- name : checkout the repo
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import sbtcrossproject.CrossType
4
4
lazy val munitVersion = " 0.7.29"
5
5
lazy val scalametaVersion = " 4.7.8"
6
6
lazy val defaultScala212 = " 2.12.18"
7
- lazy val defaultScala213 = " 2.13.10 "
7
+ lazy val defaultScala213 = " 2.13.11 "
8
8
lazy val defaultScala3 = " 3.3.0"
9
9
lazy val bin212 =
10
10
Seq (
@@ -21,6 +21,7 @@ lazy val bin212 =
21
21
lazy val bin213 =
22
22
Seq (
23
23
defaultScala213,
24
+ " 2.13.10" ,
24
25
" 2.13.9" ,
25
26
" 2.13.8" ,
26
27
" 2.13.7" ,
You can’t perform that action at this time.
0 commit comments