Skip to content

Commit

Permalink
Merge pull request #46 from scala-steward/update/scala3-graal-1.5.1
Browse files Browse the repository at this point in the history
Update scala3-graal to 1.5.1
  • Loading branch information
tgodzik authored Oct 3, 2024
2 parents 23d930b + 86b3df4 commit 417a638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ object `scala3-graal-processor` extends ScalaModule {
def scalaVersion = "3.3.3"
def mainClass = Some("scala.cli.graal.CoursierCacheProcessor")
def ivyDeps = Agg(
ivy"org.virtuslab.scala-cli::scala3-graal:1.5.0"
ivy"org.virtuslab.scala-cli::scala3-graal:1.5.1"
)
}

Expand Down

0 comments on commit 417a638

Please # to comment.