This project is archived.
Includes
circleci/openjdk:11-jdk-stretchprovides the JDK and Docker.
We install and initialize sbt (latest 1.3.X) and scala (latest 2.13.X), the AWS CLI (latest), Kubectl (latest) and Sonar-Scanner (version 3.3).
If you use CircleCi, you can reference this image in your .circleci/config.yml:
jobs:
build:
docker:
- image: moia/scala-on-circleci:java11
steps:
- checkout
- run: sbt compileIn your build.sbt, set scalaVersion := "2.13.1" and scalacOptions := Seq("-target:11").
This code is open source software licensed under the Apache 2.0 License.