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 53075ba commit 59085f1Copy full SHA for 59085f1
project/Build.scala
@@ -83,7 +83,7 @@ object DottyJSPlugin extends AutoPlugin {
83
object Build {
84
import ScaladocConfigs._
85
86
- val referenceVersion = "3.3.1"
+ val referenceVersion = "3.4.0"
87
88
val baseVersion = "3.4.1-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.4.0-RC3"
+ val previousDottyVersion = "3.4.0"
105
106
/** Version against which we check binary compatibility. */
107
val ltsDottyVersion = "3.3.0"
0 commit comments