Skip to content

Commit 8e366a2

Browse files
committed
Prepare build for 3.3.6 LTS
1 parent 0eb4683 commit 8e366a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

project/Build.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ object DottyJSPlugin extends AutoPlugin {
8181
object Build {
8282
import ScaladocConfigs._
8383

84-
val referenceVersion = "3.3.4"
84+
val referenceVersion = "3.3.5"
8585

86-
val baseVersion = "3.3.5"
86+
val baseVersion = "3.3.6-RC1"
8787

8888
// LTS or Next
8989
val versionLine = "LTS"
@@ -102,7 +102,7 @@ object Build {
102102
* set to 3.1.3. If it is going to be 3.1.0, it must be set to the latest
103103
* 3.0.x release.
104104
*/
105-
val previousDottyVersion = "3.3.3"
105+
val previousDottyVersion = "3.3.5"
106106

107107
object CompatMode {
108108
final val BinaryCompatible = 0

0 commit comments

Comments
 (0)