From 0d73d35eff1e92deea7e78ed69d5ede7213ef3e9 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Sun, 24 May 2015 13:43:15 +0200 Subject: update jvm target options and version --- project/Build.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/Build.scala b/project/Build.scala index 35a0d90..c847cf3 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -7,12 +7,12 @@ import NativeKeys._ object FlowBuild extends Build { lazy val commonSettings: Seq[Setting[_]] = Seq( - version := "2.1.3-SNAPSHOT", + version := "2.2.0-SNAPSHOT", scalaVersion in ThisBuild := "2.11.6", crossScalaVersions in ThisBuild := Seq("2.10.5", "2.11.6"), organization := "com.github.jodersky", licenses := Seq(("BSD New", url("http://opensource.org/licenses/BSD-3-Clause"))), - scalacOptions ++= Seq("-deprecation", "-unchecked", "-feature") + scalacOptions ++= Seq("-deprecation", "-unchecked", "-feature", "-target:jvm-1.7") ) lazy val runSettings: Seq[Setting[_]] = Seq( -- cgit v1.2.3