Skip to content

Commit

Permalink
Merge pull request scala#10380 from SethTisue/scala-3.3.0-RC4
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue committed Apr 25, 2023
2 parents ab8feac + ad12cb2 commit d193135
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/DottySupport.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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(
Expand Down

0 comments on commit d193135

Please sign in to comment.