Skip to content

Commit

Permalink
Release 3.3.2-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kordyjan committed Dec 15, 2023
1 parent 3149ec0 commit 60b77ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ object DottyJSPlugin extends AutoPlugin {
object Build {
import ScaladocConfigs._

val referenceVersion = "3.3.1-RC5"
val referenceVersion = "3.3.1"

val baseVersion = "3.3.2-RC1"

Expand All @@ -99,7 +99,7 @@ object Build {
* set to 3.1.3. If it is going to be 3.1.0, it must be set to the latest
* 3.0.x release.
*/
val previousDottyVersion = "3.3.0"
val previousDottyVersion = "3.3.1"

object CompatMode {
final val BinaryCompatible = 0
Expand Down

0 comments on commit 60b77ed

Please sign in to comment.