aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorOmar Alejandro Mainegra Sarduy <omainegra@gmail.com>2017-08-01 12:43:04 -0400
committerOmar Alejandro Mainegra Sarduy <omainegra@gmail.com>2017-08-01 12:43:04 -0400
commit0b4cac9d96d2373853f2017c8fd5767d3cd1c633 (patch)
treebc74746083722ade43f75f1eb796a5745288edb6 /build.sbt
parentf20bc36c681435895e4e7f6e6d29e1c4641d3462 (diff)
downloadsttp-0b4cac9d96d2373853f2017c8fd5767d3cd1c633.tar.gz
sttp-0b4cac9d96d2373853f2017c8fd5767d3cd1c633.tar.bz2
sttp-0b4cac9d96d2373853f2017c8fd5767d3cd1c633.zip
Update scala 2.11 version
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 6aec268..10e1dd5 100644
--- a/build.sbt
+++ b/build.sbt
@@ -1,7 +1,7 @@
val commonSettings = Seq(
organization := "com.softwaremill.sttp",
scalaVersion := "2.12.3",
- crossScalaVersions := Seq(scalaVersion.value, "2.11.8"),
+ crossScalaVersions := Seq(scalaVersion.value, "2.11.11"),
scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature", "-Xlint"),
scalafmtOnCompile := true,
scalafmtVersion := "1.1.0",