Skip to content

Commit f8fae1b

Browse files
authored
Merge pull request #500 from dotty-staging/scala3-release-3.0.0
Upgrade Dotty to 3.0.0
2 parents fabb410 + 3a506a6 commit f8fae1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/SbtShared.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ object SbtShared {
2222
val latest211 = "2.11.12"
2323
val latest212 = "2.12.13"
2424
val latest213 = "2.13.5"
25-
val latest3 = "3.0.0-RC3"
25+
val latest3 = "3.0.0"
2626
val js = latest213
2727
val sbt = latest212
2828
val jvm = latest213

0 commit comments

Comments
 (0)