From 2d2c8a92f8ad0af3fec28d7b8d41f34d7da80b48 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 8 Apr 2024 19:36:42 +0000 Subject: [PATCH] Update scala3-compiler_3, ... to 3.4.1 --- project/DottySupport.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/DottySupport.scala b/project/DottySupport.scala index 22b1bf128260..6ff9c26e1677 100644 --- a/project/DottySupport.scala +++ b/project/DottySupport.scala @@ -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