djspiewak / sbt-spiewak

A plugin which represents my personal SBT project baseline
Apache License 2.0
53 stars 20 forks source link

Configuring the JDK version #49

Closed ScalaWilliam closed 3 years ago

ScalaWilliam commented 3 years ago

Hi @djspiewak how can one configure the adopt@1.8 version to be something else?

Many thanks :-)

djspiewak commented 3 years ago

ThisBuild / githubWorkflowJavaVersions is the setting you want! It contains a Seq[String] which defaults to Seq("adopt@1.8")