File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,15 +38,15 @@ trait JavaMainClassNativeImage extends NativeImage {
38
38
}
39
39
40
40
object `scala3-graal-processor` extends ScalaModule {
41
- def scalaVersion = " 3.1.3 "
41
+ def scalaVersion = " 3.3.1 "
42
42
def mainClass = Some (" scala.cli.graal.CoursierCacheProcessor" )
43
43
def ivyDeps = Agg (
44
44
ivy " org.virtuslab.scala-cli::scala3-graal:0.1.6 "
45
45
)
46
46
}
47
47
48
48
object `java-class-name` extends ScalaModule with JavaMainClassNativeImage with JavaClassNamePublishModule {
49
- def scalaVersion = " 3.1.3 "
49
+ def scalaVersion = " 3.3.1 "
50
50
51
51
def nativeImageClassPath = T {
52
52
// 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
116
116
}
117
117
118
118
object `java-class-name-tests` extends ScalaModule {
119
- def scalaVersion = " 3.1.3 "
119
+ def scalaVersion = " 3.3.1 "
120
120
trait Tests extends super .Tests {
121
121
def launcher : T [PathRef ]
122
122
def ivyDeps = super .ivyDeps() ++ Seq (
You can’t perform that action at this time.
0 commit comments