File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -42,15 +42,17 @@ object Scala {
42
42
val max32 = 2
43
43
val max33 = patchVer(scala3Lts)
44
44
val max34 = 3
45
- val max35 = patchVer(scala3Next)
45
+ val max35 = 2
46
+ val max36 = patchVer(scala3Next)
46
47
(8 until max212).map(i => s " 2.12. $i" ) ++ Seq (scala212) ++
47
48
(0 until max213).map(i => s " 2.13. $i" ) ++ Seq (scala213) ++
48
49
(0 to max30).map(i => s " 3.0. $i" ) ++
49
50
(0 to max31).map(i => s " 3.1. $i" ) ++
50
51
(0 to max32).map(i => s " 3.2. $i" ) ++
51
52
(0 to max33).map(i => s " 3.3. $i" ) ++
52
53
(0 to max34).map(i => s " 3.4. $i" ) ++
53
- (0 until max35).map(i => s " 3.5. $i" ) ++ Seq (scala3Next)
54
+ (0 to max35).map(i => s " 3.5. $i" ) ++
55
+ (0 until max36).map(i => s " 3.6. $i" ) ++ Seq (scala3Next)
54
56
}
55
57
56
58
def maxAmmoniteScala212Version = scala212
You can’t perform that action at this time.
0 commit comments