aboutsummaryrefslogtreecommitdiff
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
parentf20bc36c681435895e4e7f6e6d29e1c4641d3462 (diff)
downloadsttp-0b4cac9d96d2373853f2017c8fd5767d3cd1c633.tar.gz
sttp-0b4cac9d96d2373853f2017c8fd5767d3cd1c633.tar.bz2
sttp-0b4cac9d96d2373853f2017c8fd5767d3cd1c633.zip
Update scala 2.11 version
-rw-r--r--.travis.yml2
-rw-r--r--build.sbt2
2 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 91737bf..a858cb2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,7 @@ jdk:
- oraclejdk8
scala:
- 2.12.3
-- 2.11.8
+- 2.11.11
script:
- sbt ++$TRAVIS_SCALA_VERSION test
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && sbt updateImpactSubmit || true' \ No newline at end of file
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",