Skip to content

Commit

Permalink
Merge pull request #10741 from scala-steward/update/scala3-compiler_3…
Browse files Browse the repository at this point in the history
…-3.4.1

Update scala3-compiler_3, ... to 3.4.1
  • Loading branch information
SethTisue committed Apr 9, 2024
2 parents b1917d5 + 2d2c8a9 commit eaecdc8
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 eaecdc8

Please sign in to comment.