Skip to content

Commit 351e1b1

Browse files
committed
[scala-3] Reference nightly build that introduces/exposes compile bug
branch: feature/scala-3.2.x
1 parent 32bbf54 commit 351e1b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Common.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ object Common extends AutoPlugin {
3131

3232
val scala211 = "2.11.12"
3333
val scala213 = "2.13.8"
34-
val scala31 = "3.2.2" // CI uses 3.1.2-RC1-bin-20220113-8d28d94-NIGHTLY"
34+
val scala31 = "3.3.0-RC1-bin-20221214-6383025-NIGHTLY" // CI uses 3.1.2-RC1-bin-20220113-8d28d94-NIGHTLY"
3535

3636
def majorVersion = {
3737
val Major = """([0-9]+)\.([0-9]+)\..*""".r

0 commit comments

Comments
 (0)