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-09 17:16:48 +0000
commitff7355a379784d1151909c640e70352eacbff94d (patch)
tree725c39e43d0ec399c47fe9da03a19dcdc789ef59
parent5d862115bd31fcd42484293c1f64652192d95d26 (diff)
downloadmagnolia-0.5.0-2.11.tar.gz
magnolia-0.5.0-2.11.tar.bz2
magnolia-0.5.0-2.11.zip
Change to build using Scala 2.11v0.5.0-2.11
-rw-r--r--build.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index 3e04384..370cceb 100644
--- a/build.sbt
+++ b/build.sbt
@@ -31,7 +31,7 @@ lazy val benchmarks = project
lazy val buildSettings = Seq(
organization := "com.propensive",
- scalaVersion := "2.12.4",
+ scalaVersion := "2.11.11",
name := "magnolia",
version := "0.5.0",
scalacOptions ++= Seq(