Skip to content

Commit

Permalink
update scala
Browse files Browse the repository at this point in the history
  • Loading branch information
msiegenthaler committed Nov 26, 2021
1 parent 140b892 commit cfb7583
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ Usage: `docker run linkyard/docker-sbt`

## Versions

* SBT: 1.3.0
* Java: JDK 12
* Scala (preinitialized): 2.12.9
* SBT: 1.5.5
* Java: JDK 11
* Scala (preinitialized): 2.13.7

## Details

Expand Down
5 changes: 1 addition & 4 deletions init_deps/build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@

scalaVersion := "2.13.1"

addCompilerPlugin("org.typelevel" %% "kind-projector" % "0.11.0" cross CrossVersion.full)
addCompilerPlugin("com.olegpy" %% "better-monadic-for" % "0.3.1")
scalaVersion := "2.13.7"
2 changes: 1 addition & 1 deletion init_scala-2.13/build.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
scalaVersion := "2.13.1"
scalaVersion := "2.13.7"

0 comments on commit cfb7583

Please sign in to comment.