aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Pretty <jon.pretty@propensive.com>2017-11-09 17:16:48 +0000
committerJon Pretty <jon.pretty@propensive.com>2017-11-10 23:25:23 +0000
commit331b1fa8907f967e75809edc62feb83ccc53508f (patch)
tree495541edbd98504df68f6306b2f40fe902eed655
parentefe98a7d0b134415f3da0e7a7c3cb6ca5f2b44c4 (diff)
downloadmagnolia-0.6.0-2.11.tar.gz
magnolia-0.6.0-2.11.tar.bz2
magnolia-0.6.0-2.11.zip
Change to build using Scala 2.11v0.6.0-2.11
-rw-r--r--build.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index 27c95b6..f3e4831 100644
--- a/build.sbt
+++ b/build.sbt
@@ -29,7 +29,7 @@ lazy val benchmarks = project
lazy val buildSettings = Seq(
organization := "com.propensive",
- scalaVersion := "2.12.4",
+ scalaVersion := "2.11.11",
name := "magnolia",
version := "0.6.0",
scalacOptions ++= Seq(