Skip to content

Commit ee1521b

Browse files
authored
Try to build on 3.3.4 (#635)
If this works, it gives uPickle and Ammonite a path to supporting Scala 3.3.x again
1 parent c4613f1 commit ee1521b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ import com.github.lolgab.mill.mima._
1717
val scala212 = "2.12.18"
1818
val scala213 = "2.13.11"
1919

20-
val scala3 = "3.4.2"
21-
val scalaNative = "0.5.0"
20+
val scala3 = "3.3.4"
21+
val scalaNative = "0.5.5"
2222
val acyclic = "0.3.12"
2323

2424
val sourcecode = "0.4.2"

0 commit comments

Comments
 (0)