Skip to content

Commit b4026c1

Browse files
committed
Update scala3-compiler_3, ... to 3.3.1-RC6
1 parent 49d5507 commit b4026c1

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)