Scala 3.8.0

This commit is contained in:
Eugene Yokota 2026-01-14 02:44:21 -05:00
parent 9813e60fe3
commit 6cf8611dee
4 changed files with 6 additions and 5 deletions

1
.java-version Normal file
View File

@ -0,0 +1 @@
17.0

View File

@ -10,7 +10,7 @@ import dotty.tools.dotc.Driver
import dotty.tools.dotc.Run
import dotty.tools.dotc.util.SourceFile
import dotty.tools.io.{ PlainDirectory, Directory, VirtualDirectory, VirtualFile }
import dotty.tools.repl.AbstractFileClassLoader
import dotty.tools.io.AbstractFileClassLoader
import java.io.File
import java.net.URLClassLoader
import java.nio.charset.StandardCharsets

View File

@ -4,7 +4,7 @@ import Keys.*
object Dependencies {
// WARNING: Please Scala update versions in PluginCross.scala too
val scala213 = "2.13.16"
val scala3 = "3.7.4"
val scala3 = "3.8.0"
val scala212 = "2.12.21"
val checkPluginCross = settingKey[Unit]("Make sure scalaVersion match up")
val baseScalaVersion = scala3
@ -12,8 +12,8 @@ object Dependencies {
sys.env.get("BUILD_VERSION") orElse sys.props.get("sbt.build.version")
// sbt modules
val ioVersion = nightlyVersion.getOrElse("1.10.5")
val zincVersion = nightlyVersion.getOrElse("2.0.0-M11")
val ioVersion = nightlyVersion.getOrElse("2.0.0-M1")
val zincVersion = nightlyVersion.getOrElse("2.0.0-M12")
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion

View File

@ -1 +1 @@
sbt.version=1.11.6
sbt.version=1.12.0