aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorOmar Alejandro Mainegra Sarduy <omainegra@gmail.com>2017-07-28 16:37:05 -0400
committerOmar Alejandro Mainegra Sarduy <omainegra@gmail.com>2017-07-28 16:37:05 -0400
commit1f9d0e2c111dc98ec23154b9b54c3693fedac834 (patch)
tree831298610fc51ceb4e99e3de67aa54fd4600661b /build.sbt
parent75916ed78304a8b0c226c5ecd26634b541334f67 (diff)
parent4d23d6fd21317e6bf28cd23b0e149d570b55f5e8 (diff)
downloadsttp-1f9d0e2c111dc98ec23154b9b54c3693fedac834.tar.gz
sttp-1f9d0e2c111dc98ec23154b9b54c3693fedac834.tar.bz2
sttp-1f9d0e2c111dc98ec23154b9b54c3693fedac834.zip
Merge branch 'master' into okhttp3
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sbt b/build.sbt
index 18e7ce2..6aec268 100644
--- a/build.sbt
+++ b/build.sbt
@@ -1,10 +1,10 @@
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,
- scalafmtVersion := "1.0.0",
+ scalafmtVersion := "1.1.0",
// publishing
publishTo := Some(
if (isSnapshot.value)