aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorJim Lawson2017-05-27 20:34:39 -0700
committerJack Koenig2017-05-27 20:34:39 -0700
commit8c9c9e2c341c87607d44026b8fc5457409c707b3 (patch)
tree9fa71fca8dc75524b2565f06c07386894f2583b5 /build.sbt
parent99db604e59e8f052d7628f104eecb2641c6ab9b2 (diff)
Prep for Scala 2.12 (#557)
* Update dependencies and JavaConverters for Scala 2.12 * Bump Scala (and library) version(s). * replace "error" with "Utils.error"; bump Scala version to 2.11.11
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt14
1 files changed, 8 insertions, 6 deletions
diff --git a/build.sbt b/build.sbt
index f4d06b8d..1bb393fc 100644
--- a/build.sbt
+++ b/build.sbt
@@ -18,21 +18,23 @@ name := "firrtl"
version := "1.1-SNAPSHOT"
-scalaVersion := "2.11.7"
+scalaVersion := "2.11.11"
+
+javacOptions ++= Seq("-source", "1.7", "-target", "1.7")
libraryDependencies += "org.scala-lang" % "scala-reflect" % scalaVersion.value
-libraryDependencies += "com.typesafe.scala-logging" %% "scala-logging" % "3.1.0"
+libraryDependencies += "com.typesafe.scala-logging" %% "scala-logging" % "3.5.0"
-libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.1.2"
+libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.1.7"
-libraryDependencies += "org.scalatest" % "scalatest_2.11" % "2.2.6" % "test"
+libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.1" % "test"
-libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.12.5" % "test"
+libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.13.4" % "test"
libraryDependencies += "com.github.scopt" %% "scopt" % "3.5.0"
-libraryDependencies += "net.jcazevedo" %% "moultingyaml" % "0.2"
+libraryDependencies += "net.jcazevedo" %% "moultingyaml" % "0.4.0"
// Assembly