aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorJakob Odersky <jakob@inpher.io>2019-02-28 01:08:51 +0100
committerJakob Odersky <jakob@inpher.io>2019-02-28 01:08:51 +0100
commit76ce9beb29b7c11fd622c4734b65cefe1a3b99bc (patch)
treecc268b4397a62ae6de2bbe5e12c21962ece12e28 /build.sbt
parenta19e9e5f28d3d29e425a67a47aedec8adbe18aaf (diff)
downloadakka-serial-76ce9beb29b7c11fd622c4734b65cefe1a3b99bc.tar.gz
akka-serial-76ce9beb29b7c11fd622c4734b65cefe1a3b99bc.tar.bz2
akka-serial-76ce9beb29b7c11fd622c4734b65cefe1a3b99bc.zip
Minor upgrades to plugins, compiler and libraries
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index f6bdd78..0f9fe9d 100644
--- a/build.sbt
+++ b/build.sbt
@@ -3,7 +3,7 @@ version in ThisBuild := {
import scala.sys.process._
("git describe --always --dirty=-SNAPSHOT --match v[0-9].*" !!).tail.trim
}
-crossScalaVersions in ThisBuild := List("2.12.4", "2.11.11")
+crossScalaVersions in ThisBuild := List("2.12.8", "2.11.12")
scalaVersion in ThisBuild := crossScalaVersions.value.head
scalacOptions in ThisBuild ++= Seq(
"-deprecation",