Skip to content

Commit

Permalink
Update scala3-compiler_3, ... to 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Apr 8, 2024
1 parent 25818df commit 2d2c8a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/DottySupport.scala
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.4.0" // TASTY: 28.4-0
val supportedTASTyRelease = "3.4.1" // TASTY: 28.4-0
val scala3Compiler = "org.scala-lang" % "scala3-compiler_3" % supportedTASTyRelease
val scala3Library = "org.scala-lang" % "scala3-library_3" % supportedTASTyRelease

Expand Down

0 comments on commit 2d2c8a9

Please sign in to comment.