summaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2018-04-08 21:36:09 -0700
committerJakob Odersky <jakob@odersky.com>2019-04-08 19:03:12 -0400
commit05a400a7f2e615f400d2d1ad4e0b30150f054f26 (patch)
tree67360881e3b14be755c9c0295529ddd9b48141b3 /build.sbt
parent7821398ed7a775150a2bae71b39f51369775996e (diff)
downloadspray-json-1.3.5-3.tar.gz
spray-json-1.3.5-3.tar.bz2
spray-json-1.3.5-3.zip
Fork: rename organizationv1.3.5-3
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt1
1 files changed, 0 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index 63e7df3..5175dd7 100644
--- a/build.sbt
+++ b/build.sbt
@@ -13,7 +13,6 @@ lazy val sprayJson =
.in(file("."))
.settings(
name := "spray-json",
- version := "1.3.6-SNAPSHOT",
scalaVersion := crossScalaVersions.value.head,
scalacOptions ++= Seq("-feature", "-language:_", "-unchecked", "-deprecation", "-Xlint", "-encoding", "utf8"),
(scalacOptions in doc) ++= Seq("-doc-title", name.value + " " + version.value),