Skip to content

Commit 06d3f39

Browse files
authored
Merge pull request #16 from scala-steward/update/scala3-compiler-3.3.1
Update scala3-compiler, scala3-library to 3.3.1
2 parents 00cc4ec + 665d2e0 commit 06d3f39

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sc

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ trait JavaMainClassNativeImage extends NativeImage {
3838
}
3939

4040
object `scala3-graal-processor` extends ScalaModule {
41-
def scalaVersion = "3.1.3"
41+
def scalaVersion = "3.3.1"
4242
def mainClass = Some("scala.cli.graal.CoursierCacheProcessor")
4343
def ivyDeps = Agg(
4444
ivy"org.virtuslab.scala-cli::scala3-graal:0.1.6"
4545
)
4646
}
4747

4848
object `java-class-name` extends ScalaModule with JavaMainClassNativeImage with JavaClassNamePublishModule {
49-
def scalaVersion = "3.1.3"
49+
def scalaVersion = "3.3.1"
5050

5151
def nativeImageClassPath = T {
5252
// adapted from https://github.com/VirtusLab/scala-cli/blob/b19086697401827a6f8185040ceb248d8865bf21/build.sc#L732-L744
@@ -116,7 +116,7 @@ object `java-class-name` extends ScalaModule with JavaMainClassNativeImage with
116116
}
117117

118118
object `java-class-name-tests` extends ScalaModule {
119-
def scalaVersion = "3.1.3"
119+
def scalaVersion = "3.3.1"
120120
trait Tests extends super.Tests {
121121
def launcher: T[PathRef]
122122
def ivyDeps = super.ivyDeps() ++ Seq(

0 commit comments

Comments
 (0)