Skip to content

Commit

Permalink
Merge pull request #10514 from scala-steward/update/scala3-compiler_3…
Browse files Browse the repository at this point in the history
…-3.3.1-RC6
  • Loading branch information
SethTisue committed Aug 26, 2023
2 parents 49d5507 + b4026c1 commit 082a089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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.1-RC4" // TASTy version 28.4-1
val supportedTASTyRelease = "3.3.1-RC6" // TASTy version 28.4-1
val scala3Compiler = "org.scala-lang" % "scala3-compiler_3" % supportedTASTyRelease
val scala3Library = "org.scala-lang" % "scala3-library_3" % supportedTASTyRelease

Expand Down

0 comments on commit 082a089

Please sign in to comment.