setup-scala-util
ActionsTags
(2)A GitHub Action to add Scala utilities to the PATH.
-
sbt++field
- Start sbt with the Scala version described by an sbt build field.> grep -h 'val scala.*=' project/*.scala val scala2 = "2.13.6" val scala3 = "3.0.2" > sbt++field scala2 test # Runs sbt ++2.13.6 test
-
sbt-const
- Extract the string literal from aval
ordef
field in your sbt build.Example:
> grep -h 'val scala.*=' project/*.scala val scala2 = "2.13.6" val scala3 = "3.0.2" > sbt-const scala2 2.13.6
setup-scala-util is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.