aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authoradamw <adam@warski.org>2017-07-21 15:09:28 +0200
committeradamw <adam@warski.org>2017-07-21 15:09:28 +0200
commit1e8b6064c3855a85c340165fad7feefaf656e074 (patch)
tree5ac1a017a64efa55d710af553406eadf06805c96 /build.sbt
parenta6b4a71d59da928ddb326671b1058501bb1a45c5 (diff)
downloadsttp-1e8b6064c3855a85c340165fad7feefaf656e074.tar.gz
sttp-1e8b6064c3855a85c340165fad7feefaf656e074.tar.bz2
sttp-1e8b6064c3855a85c340165fad7feefaf656e074.zip
Update scalafmt
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 581a443..6817ad3 100644
--- a/build.sbt
+++ b/build.sbt
@@ -1,11 +1,11 @@
-lazy val commonSettings = Seq(
+val commonSettings = Seq(
organization := "com.softwaremill.sttp",
version := "0.0.1",
scalaVersion := "2.12.2",
crossScalaVersions := Seq(scalaVersion.value, "2.11.8"),
scalacOptions ++= Seq("-unchecked", "-deprecation"),
scalafmtOnCompile := true,
- scalafmtVersion := "1.0.0-RC2",
+ scalafmtVersion := "1.0.0",
// Sonatype OSS deployment
publishTo := {
val nexus = "https://oss.sonatype.org/"