summaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt8
1 files changed, 4 insertions, 4 deletions
diff --git a/build.sbt b/build.sbt
index 0a739a87..2457d42c 100644
--- a/build.sbt
+++ b/build.sbt
@@ -20,7 +20,7 @@ lazy val commonSettings = Seq (
version := "3.1-SNAPSHOT",
git.remoteRepo := "git@github.com:ucb-bar/chisel3.git",
autoAPIMappings := true,
- scalaVersion := "2.11.7",
+ scalaVersion := "2.11.11",
scalacOptions := Seq("-deprecation", "-feature"),
libraryDependencies += "org.scala-lang" % "scala-reflect" % scalaVersion.value,
addCompilerPlugin("org.scalamacros" % "paradise" % "2.1.0" cross CrossVersion.full),
@@ -81,9 +81,9 @@ lazy val chiselSettings = Seq (
),
libraryDependencies ++= Seq(
- "org.scalatest" %% "scalatest" % "2.2.5" % "test",
- "org.scalacheck" %% "scalacheck" % "1.12.4" % "test",
- "com.github.scopt" %% "scopt" % "3.4.0"
+ "org.scalatest" %% "scalatest" % "3.0.1" % "test",
+ "org.scalacheck" %% "scalacheck" % "1.13.4" % "test",
+ "com.github.scopt" %% "scopt" % "3.5.0"
),
// Tests from other projects may still run concurrently.