Skip to content

Commit

Permalink
Merge pull request #16 from scala-steward/update/scala3-compiler-3.3.1
Browse files Browse the repository at this point in the history
Update scala3-compiler, scala3-library to 3.3.1
  • Loading branch information
tgodzik authored Nov 7, 2023
2 parents 00cc4ec + 665d2e0 commit 06d3f39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ trait JavaMainClassNativeImage extends NativeImage {
}

object `scala3-graal-processor` extends ScalaModule {
def scalaVersion = "3.1.3"
def scalaVersion = "3.3.1"
def mainClass = Some("scala.cli.graal.CoursierCacheProcessor")
def ivyDeps = Agg(
ivy"org.virtuslab.scala-cli::scala3-graal:0.1.6"
)
}

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

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

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

0 comments on commit 06d3f39

Please sign in to comment.