Skip to content
Snippets Groups Projects
Commit ff73c0d9 authored by Etienne Kneuss's avatar Etienne Kneuss
Browse files

Bump Scala Version to 2.11.6

parent f6f822bb
Branches
Tags
No related merge requests found
......@@ -4,7 +4,7 @@ version := "3.0"
organization := "ch.epfl.lara"
scalaVersion := "2.11.5"
scalaVersion := "2.11.6"
scalacOptions ++= Seq(
"-deprecation",
......@@ -24,7 +24,7 @@ if(System.getProperty("sun.arch.data.model") == "64") {
resolvers += "Typesafe Repository" at "http://repo.typesafe.com/typesafe/releases/"
libraryDependencies ++= Seq(
"org.scala-lang" % "scala-compiler" % "2.11.5",
"org.scala-lang" % "scala-compiler" % "2.11.6",
"org.scalatest" %% "scalatest" % "2.2.0" % "test",
"com.typesafe.akka" %% "akka-actor" % "2.3.4"
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment