sbt / sbt-github-actions

An sbt plugin which makes it easier to build with GitHub Actions
Apache License 2.0
194 stars 59 forks source link

Support Corretto JVM #173

Closed erikvanoosten closed 9 months ago

erikvanoosten commented 10 months ago

It would be great if we could do:

ThisBuild / githubWorkflowJavaVersions := Seq(JavaSpec.corretto("17"))
mdedetrich commented 9 months ago

@erikvanoosten This has been released in sbt-github-actions version v0.22.0 which should already be on maven.