From ee599da45bd37acc9d2a23dd29cf6edffc355bda Mon Sep 17 00:00:00 2001 From: Jim Lawson Date: Thu, 25 May 2017 18:41:16 -0700 Subject: Support updated scalatest/scalacheck; bump sbt and Scala versions. (#605) bump scoverage version--- build.sbt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'build.sbt') 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. -- cgit v1.2.3