aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
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 /build.sbt
parentdf1fff3b2c2f8a0a7cbc3c2101c810358ec49920 (diff)
downloadsttp-e41df3e3c8d936022607e117b6ef55fd9f2b155d.tar.gz
sttp-e41df3e3c8d936022607e117b6ef55fd9f2b155d.tar.bz2
sttp-e41df3e3c8d936022607e117b6ef55fd9f2b155d.zip
Updating to scala 2.12.3
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 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,