summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonrad `ktoso` Malawski <ktoso@project13.pl>2017-10-17 10:54:16 -0500
committerGitHub <noreply@github.com>2017-10-17 10:54:16 -0500
commit4740585b493711de09522ec9007ca339b42b2b57 (patch)
tree1c3cd56895dbe0fa210429b92130d40d4e186e67
parentd0030a208b92c1b2f3844328f9ba3f9e10bf0c19 (diff)
downloadspray-json-4740585b493711de09522ec9007ca339b42b2b57.tar.gz
spray-json-4740585b493711de09522ec9007ca339b42b2b57.tar.bz2
spray-json-4740585b493711de09522ec9007ca339b42b2b57.zip
Update build.sbt
-rw-r--r--build.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index 7b62aef..7462714 100644
--- a/build.sbt
+++ b/build.sbt
@@ -14,7 +14,7 @@ startYear := Some(2011)
licenses := Seq("Apache 2" -> new URL("http://www.apache.org/licenses/LICENSE-2.0.txt"))
-scalaVersion := "2.12.3"
+scalaVersion := "2.11.11"
scalacOptions ++= Seq("-feature", "-language:_", "-unchecked", "-deprecation", "-Xlint", "-encoding", "utf8")