From ad12cb29d39df4a7cdb0f99130eb15b408707f0b Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Mon, 24 Apr 2023 17:29:57 -0700 Subject: [PATCH] Scala 3.3.0-RC4 (was -RC3) --- project/DottySupport.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/DottySupport.scala b/project/DottySupport.scala index 53862b8dc280..a992a9a536ab 100644 --- a/project/DottySupport.scala +++ b/project/DottySupport.scala @@ -12,7 +12,7 @@ import sbt.librarymanagement.{ * Settings to support validation of TastyUnpickler against the release of dotty with the matching TASTy version */ object TastySupport { - val supportedTASTyRelease = "3.3.0-RC3" // TASTy version 28.4-1 + val supportedTASTyRelease = "3.3.0-RC4" // TASTy version 28.4-1 val scala3Compiler = "org.scala-lang" % "scala3-compiler_3" % supportedTASTyRelease val scala3Library = "org.scala-lang" % "scala3-library_3" % supportedTASTyRelease @@ -26,7 +26,7 @@ object TastySupport { * Dotty in .travis.yml. */ object DottySupport { - val dottyVersion = "3.3.0-RC3" + val dottyVersion = "3.3.0-RC4" val compileWithDotty: Boolean = Option(System.getProperty("scala.build.compileWithDotty")).exists(_.toBoolean) lazy val commonSettings = Seq(