aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authoradamw <adam@warski.org>2017-07-19 22:07:53 +0200
committeradamw <adam@warski.org>2017-07-19 22:07:53 +0200
commitf6ab8cde0f18b7e932e6156076fe299a79f8b22b (patch)
treeadd225f45332c8cf632aa88dd5c107c0c1452441 /build.sbt
parentb67b4798de0b1b599e57a2f9f54c35191b7bc26d (diff)
downloadsttp-f6ab8cde0f18b7e932e6156076fe299a79f8b22b.tar.gz
sttp-f6ab8cde0f18b7e932e6156076fe299a79f8b22b.tar.bz2
sttp-f6ab8cde0f18b7e932e6156076fe299a79f8b22b.zip
New reformatterv0.0.1
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt5
1 files changed, 3 insertions, 2 deletions
diff --git a/build.sbt b/build.sbt
index 0c5da52..17fa08d 100644
--- a/build.sbt
+++ b/build.sbt
@@ -1,10 +1,11 @@
lazy val commonSettings = Seq(
organization := "com.softwaremill.sttp",
- version := "0.1",
+ 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",
// Sonatype OSS deployment
publishTo := {
val nexus = "https://oss.sonatype.org/"
@@ -32,7 +33,7 @@ lazy val commonSettings = Seq(
</developer>
</developers>
),
- licenses := ("Apache2",
+ licenses := ("Apache-2.0",
new java.net.URL(
"http://www.apache.org/licenses/LICENSE-2.0.txt")) :: Nil,
homepage := Some(new java.net.URL("http://softwaremill.com/open-source"))