Skip to content

setup-scala-util

Actions
GitHub Action to add Scala utilities to the PATH
v1.1
Latest
Star (1)

setup-scala-util GitHub Action

A GitHub Action to add Scala utilities to the PATH.

Utilities

  • 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 a val or def 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.

About

GitHub Action to add Scala utilities to the PATH
v1.1
Latest

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.