Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 820 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 820 Bytes

ANXS - Scala Build Status

Ansible role which installs Scala and sbt.

Requirements & Dependencies

  • Tested on Ansible 1.4 or higher
  • Requires JDK > 7 to be installed (only tested with Oracle JDK 7 for now).

Variables

scala_versions: ["2.10.3"]              # A list of scala versions you want to have installed
scala_default_version: "2.10.3"         # The scala version you want to be the system default
scala_sbt_version: "0.13.1"             # The version of sbt to install

License

Licensed under the MIT License. See the LICENSE file for details.

Feedback, bug-reports, requests, ...

Are welcome!