Skip to content

Commit 418f76d

Browse files
authored
Merge pull request scala#10396 from SethTisue/scala-3.3.0-rc6
2 parents 0e30133 + a100d18 commit 418f76d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/DottySupport.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import sbt.librarymanagement.{
1212
* Settings to support validation of TastyUnpickler against the release of dotty with the matching TASTy version
1313
*/
1414
object TastySupport {
15-
val supportedTASTyRelease = "3.3.0-RC5" // TASTy version 28.4-1
15+
val supportedTASTyRelease = "3.3.0-RC6" // TASTy version 28.4-1
1616
val scala3Compiler = "org.scala-lang" % "scala3-compiler_3" % supportedTASTyRelease
1717
val scala3Library = "org.scala-lang" % "scala3-library_3" % supportedTASTyRelease
1818

@@ -26,7 +26,7 @@ object TastySupport {
2626
* Dotty in .travis.yml.
2727
*/
2828
object DottySupport {
29-
val dottyVersion = "3.3.0-RC5"
29+
val dottyVersion = "3.3.0-RC6"
3030
val compileWithDotty: Boolean =
3131
Option(System.getProperty("scala.build.compileWithDotty")).exists(_.toBoolean)
3232
lazy val commonSettings = Seq(

0 commit comments

Comments
 (0)