Skip to content

Commit

Permalink
Upgraded to Scala 2.11.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelkiessling committed Mar 10, 2016
1 parent 17f56bd commit 8eb8e3b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions api/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ version := "1.0-SNAPSHOT"

enablePlugins(PlayScala)

scalaVersion := "2.11.7"

libraryDependencies ++= Seq(
jdbc,
cache,
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ val commonSettings = Seq(
organization := "com.journeymonitor",
version := "0.1",
javacOptions := Seq("-source", "1.8", "-target", "1.8"),
scalaVersion := "2.11.7",
scalaVersion := "2.11.8",
scalacOptions := Seq("-target:jvm-1.8", "-unchecked", "-deprecation", "-encoding", "utf8"),
// stole the following from https://github.com/datastax/spark-cassandra-connector/pull/858/files
// in order to avoid assembly merge errors with netty
Expand Down

0 comments on commit 8eb8e3b

Please sign in to comment.