File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 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 {
3838}
3939
4040object `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
4848object `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
118118object `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 (
You can’t perform that action at this time.
0 commit comments