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 1aba790 commit 477b47dCopy full SHA for 477b47d
project/Build.scala
@@ -83,7 +83,7 @@ object DottyJSPlugin extends AutoPlugin {
83
object Build {
84
import ScaladocConfigs._
85
86
- val referenceVersion = "3.4.0"
+ val referenceVersion = "3.4.2-RC1"
87
88
val baseVersion = "3.5.0-RC1"
89
@@ -104,7 +104,7 @@ object Build {
104
* set to 3.1.3. If it is going to be 3.1.0, it must be set to the latest
105
* 3.0.x release.
106
*/
107
- val previousDottyVersion = "3.4.0"
+ val previousDottyVersion = "3.4.1"
108
109
/** Version against which we check binary compatibility. */
110
val ltsDottyVersion = "3.3.0"
0 commit comments