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 0eb4683 commit 8e366a2Copy full SHA for 8e366a2
project/Build.scala
@@ -81,9 +81,9 @@ object DottyJSPlugin extends AutoPlugin {
81
object Build {
82
import ScaladocConfigs._
83
84
- val referenceVersion = "3.3.4"
+ val referenceVersion = "3.3.5"
85
86
- val baseVersion = "3.3.5"
+ val baseVersion = "3.3.6-RC1"
87
88
// LTS or Next
89
val versionLine = "LTS"
@@ -102,7 +102,7 @@ object Build {
102
* set to 3.1.3. If it is going to be 3.1.0, it must be set to the latest
103
* 3.0.x release.
104
*/
105
- val previousDottyVersion = "3.3.3"
+ val previousDottyVersion = "3.3.5"
106
107
object CompatMode {
108
final val BinaryCompatible = 0
0 commit comments