We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d539e6 commit 2000f08Copy full SHA for 2000f08
project/Build.scala
@@ -83,7 +83,7 @@ object DottyJSPlugin extends AutoPlugin {
83
object Build {
84
import ScaladocConfigs._
85
86
- val referenceVersion = "3.3.1-RC7"
+ val referenceVersion = "3.3.1"
87
88
val baseVersion = "3.4.0-RC1"
89
@@ -101,7 +101,7 @@ object Build {
101
* set to 3.1.3. If it is going to be 3.1.0, it must be set to the latest
102
* 3.0.x release.
103
*/
104
- val previousDottyVersion = "3.3.0"
+ val previousDottyVersion = "3.3.1"
105
106
object CompatMode {
107
final val BinaryCompatible = 0
0 commit comments