8000 Update scala3-compiler_3, ... to 3.7.0 by scala-steward · Pull Request #11062 · scala/scala · GitHub
[go: up one dir, main page]

Skip to content

Update scala3-compiler_3, ... to 3.7.0 #11062

New issue

Have a question about this 8000 project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update scala3-compiler_3, ... to 3.7.0
  • Loading branch information
scala-steward committed May 18, 2025
commit 103779f0d50fc49f6c95a34a658b9c39547e4631
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.6.4" // TASTY: 28.6-0
val supportedTASTyRelease = "3.7.0" // TASTY: 28.6-0
val scala3Compiler = "org.scala-lang" % "scala3-compiler_3" % supportedTASTyRelease
val scala3Library = "org.scala-lang" % "scala3-library_3" % supportedTASTyRelease

Expand Down
0