Skip to content

Commit 082a089

Browse files
authored
Merge pull request scala#10514 from scala-steward/update/scala3-compiler_3-3.3.1-RC6
2 parents 49d5507 + b4026c1 commit 082a089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/DottySupport.scala

Lines changed: 1 addition & 1 deletion
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.1-RC4" // TASTy version 28.4-1
15+
val supportedTASTyRelease = "3.3.1-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

0 commit comments

Comments
 (0)