Skip to content

Commit

Permalink
Merge pull request #19 from scala-steward/update/scala3-graal-1.0.6
Browse files Browse the repository at this point in the history
Update scala3-graal to 1.0.6
  • Loading branch information
tgodzik committed Nov 16, 2023
2 parents 074a079 + e099d9b commit 17428b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Expand Up @@ -41,7 +41,7 @@ object `scala3-graal-processor` extends ScalaModule {
def scalaVersion = "3.3.1"
def mainClass = Some("scala.cli.graal.CoursierCacheProcessor")
def ivyDeps = Agg(
ivy"org.virtuslab.scala-cli::scala3-graal:1.0.5"
ivy"org.virtuslab.scala-cli::scala3-graal:1.0.6"
)
}

Expand Down

0 comments on commit 17428b1

Please sign in to comment.