We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49d5507 commit b4026c1Copy full SHA for b4026c1
project/DottySupport.scala
@@ -12,7 +12,7 @@ import sbt.librarymanagement.{
12
* Settings to support validation of TastyUnpickler against the release of dotty with the matching TASTy version
13
*/
14
object TastySupport {
15
- val supportedTASTyRelease = "3.3.1-RC4" // TASTy version 28.4-1
+ val supportedTASTyRelease = "3.3.1-RC6" // TASTy version 28.4-1
16
val scala3Compiler = "org.scala-lang" % "scala3-compiler_3" % supportedTASTyRelease
17
val scala3Library = "org.scala-lang" % "scala3-library_3" % supportedTASTyRelease
18
0 commit comments