aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authoradamw <adam@warski.org>2017-07-28 09:34:35 +0200
committeradamw <adam@warski.org>2017-07-28 09:34:35 +0200
commit2b38d9b18620f9d4796f8b56f73e9b093051a1fa (patch)
tree0863d93df58d26a9e68fe16feec6602b7b1f8023 /build.sbt
parentb645204f43c18db8e3ffc80c6f83bf44badb3e88 (diff)
downloadsttp-2b38d9b18620f9d4796f8b56f73e9b093051a1fa.tar.gz
sttp-2b38d9b18620f9d4796f8b56f73e9b093051a1fa.tar.bz2
sttp-2b38d9b18620f9d4796f8b56f73e9b093051a1fa.zip
Updating scalafmt plugin
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 f31bc17..92cb62b 100644
--- a/build.sbt
+++ b/build.sbt
@@ -4,7 +4,7 @@ val commonSettings = Seq(
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)