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 3149ec0 commit 60b77edCopy full SHA for 60b77ed
project/Build.scala
@@ -81,7 +81,7 @@ object DottyJSPlugin extends AutoPlugin {
81
object Build {
82
import ScaladocConfigs._
83
84
- val referenceVersion = "3.3.1-RC5"
+ val referenceVersion = "3.3.1"
85
86
val baseVersion = "3.3.2-RC1"
87
@@ -99,7 +99,7 @@ object Build {
99
* set to 3.1.3. If it is going to be 3.1.0, it must be set to the latest
100
* 3.0.x release.
101
*/
102
- val previousDottyVersion = "3.3.0"
+ val previousDottyVersion = "3.3.1"
103
104
object CompatMode {
105
final val BinaryCompatible = 0
0 commit comments