File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ enablePlugins(SiteScaladocPlugin)
4
4
5
5
val defaultVersions = Map (
6
6
" firrtl" -> " edu.berkeley.cs" %% " firrtl" % " 1.6-SNAPSHOT" ,
7
- " treadle" -> " edu.berkeley.cs" %% " treadle" % " 1.6-SNAPSHOT" ,
7
+ " treadle" -> " edu.berkeley.cs" %% " treadle" % " 1.6-SNAPSHOT"
8
8
// chiseltest intentionally excluded so that release automation does not try to set its version
9
9
// The projects using chiseltest are not published, but SBT resolves dependencies for all projects
10
10
// when doing publishing and will not find a chiseltest release since chiseltest depends on
@@ -71,7 +71,7 @@ lazy val publishSettings = Seq(
71
71
lazy val chiselSettings = Seq (
72
72
name := " chisel3" ,
73
73
libraryDependencies ++= Seq (
74
- " org.scalatest" %% " scalatest" % " 3.2.12 " % " test" ,
74
+ " org.scalatest" %% " scalatest" % " 3.2.14 " % " test" ,
75
75
" org.scalatestplus" %% " scalacheck-1-14" % " 3.2.2.0" % " test" ,
76
76
" com.lihaoyi" %% " upickle" % " 2.0.0"
77
77
)
@@ -118,7 +118,7 @@ lazy val pluginScalaVersions = Seq(
118
118
" 2.13.7" ,
119
119
" 2.13.8" ,
120
120
" 2.13.9" ,
121
- " 2.13.10" ,
121
+ " 2.13.10"
122
122
)
123
123
124
124
lazy val plugin = (project in file(" plugin" ))
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ object v {
26
26
val firrtl = getVersion(" firrtl" )
27
27
val treadle = getVersion(" treadle" )
28
28
val chiseltest = ivy " edu.berkeley.cs::chiseltest:0.6-SNAPSHOT "
29
- val scalatest = ivy " org.scalatest::scalatest:3.2.12 "
29
+ val scalatest = ivy " org.scalatest::scalatest:3.2.14 "
30
30
val scalacheck = ivy " org.scalatestplus::scalacheck-1-14:3.2.2.0 "
31
31
val osLib = ivy " com.lihaoyi::os-lib:0.8.1 "
32
32
val upickle = ivy " com.lihaoyi::upickle:2.0.0 "
You can’t perform that action at this time.
0 commit comments