aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradamw <adam@warski.org>2017-07-28 15:28:40 +0200
committeradamw <adam@warski.org>2017-07-28 15:28:40 +0200
commite41df3e3c8d936022607e117b6ef55fd9f2b155d (patch)
treed159ae9c735acf3e0cd5b131bdb3f5bb19cb28ab
parentdf1fff3b2c2f8a0a7cbc3c2101c810358ec49920 (diff)
downloadsttp-e41df3e3c8d936022607e117b6ef55fd9f2b155d.tar.gz
sttp-e41df3e3c8d936022607e117b6ef55fd9f2b155d.tar.bz2
sttp-e41df3e3c8d936022607e117b6ef55fd9f2b155d.zip
Updating to scala 2.12.3
-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 54ec7ae..91737bf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,7 @@ language: scala
jdk:
- oraclejdk8
scala:
-- 2.12.2
+- 2.12.3
- 2.11.8
script:
- sbt ++$TRAVIS_SCALA_VERSION test
diff --git a/build.sbt b/build.sbt
index 92cb62b..35ac8cd 100644
--- a/build.sbt
+++ b/build.sbt
@@ -1,6 +1,6 @@
val commonSettings = Seq(
organization := "com.softwaremill.sttp",
- scalaVersion := "2.12.2",
+ scalaVersion := "2.12.3",
crossScalaVersions := Seq(scalaVersion.value, "2.11.8"),
scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature", "-Xlint"),
scalafmtOnCompile := true,