Skip to content

Commit

Permalink
Updated to Scala 2.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pstutz committed Nov 1, 2014
1 parent 0b1bdde commit 0bf36a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version := "1.0-SNAPSHOT"

organization := "com.signalcollect"

scalaVersion := "2.11.2"
scalaVersion := "2.11.4"

scalacOptions ++= Seq("-optimize", "-Yinline-warnings", "-feature", "-deprecation")

Expand All @@ -25,7 +25,7 @@ resolvers +=

/** Dependencies */
libraryDependencies ++= Seq(
"org.scala-lang" % "scala-library" % "2.11.2" % "compile",
"org.scala-lang" % "scala-library" % scalaVersion.value % "compile",
"com.google.collections" % "google-collections" % "1.0",
"org.apache.jena" % "apache-jena-libs" % "2.11.1" % "compile",
"org.openrdf.sesame" % "sesame-runtime" % "2.7.11" % "compile",
Expand Down

0 comments on commit 0bf36a4

Please sign in to comment.