Skip to content

Commit

Permalink
Merge branch 'release-0.16'
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelluethi committed Jul 5, 2018
2 parents 071148d + babf046 commit 25cecf7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ import com.typesafe.sbt.SbtGit.useJGit

object BuildSettings {
val buildOrganization = "ch.unibas.cs.gravis"
val buildScalaVersion = "2.11.8"
val buildScalaVersion = "2.12.6"


val buildSettings = Defaults.defaultSettings ++ Seq(
organization := buildOrganization,
scalaVersion := buildScalaVersion,
crossScalaVersions := Seq("2.11.8", "2.12.1"),
crossScalaVersions := Seq("2.11.12", "2.12.6"),
javacOptions ++= (CrossVersion.partialVersion(scalaVersion.value) match {
case Some((2, 11)) => Seq("-source", "1.6", "-target", "1.6")
case _ => Seq()
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=0.13.7
sbt.version=0.13.17

0 comments on commit 25cecf7

Please sign in to comment.