Skip to content

Commit 4f9dafa

Browse files
committed
Set reference and previous version to 3.1.0
1 parent adfe16c commit 4f9dafa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Build.scala

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ object DottyJSPlugin extends AutoPlugin {
5858
}
5959

6060
object Build {
61-
val referenceVersion = "3.1.0-RC1"
61+
val referenceVersion = "3.1.0"
6262

6363
val baseVersion = "3.1.1-RC1"
6464

@@ -76,7 +76,7 @@ object Build {
7676
* set to 3.1.3. If it is going to be 3.1.0, it must be set to the latest
7777
* 3.0.x release.
7878
*/
79-
val previousDottyVersion = "3.1.0-RC3"
79+
val previousDottyVersion = "3.1.0"
8080

8181
object CompatMode {
8282
final val BinaryCompatible = 0

0 commit comments

Comments
 (0)