Skip to content

Commit

Permalink
Merge pull request #28 from scala-steward/update/scala3-compiler-3.3.3
Browse files Browse the repository at this point in the history
Update scala3-compiler, scala3-library to 3.3.3
  • Loading branch information
tgodzik committed Mar 6, 2024
2 parents d479a18 + 6f6a879 commit 35198e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sc
Expand Up @@ -38,15 +38,15 @@ trait JavaMainClassNativeImage extends NativeImage {
}

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

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

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.3.1"
def scalaVersion = "3.3.3"
trait Tests extends super.Tests {
def launcher: T[PathRef]
def ivyDeps = super.ivyDeps() ++ Seq(
Expand Down

0 comments on commit 35198e0

Please sign in to comment.