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 @@ -28,15 +28,15 @@ def javacOptionsVersion(scalaVersion: String): Seq[String] = {
28
28
}
29
29
}
30
30
31
- val defaultVersions = Map (" firrtl" -> " 1.2.1 " )
31
+ val defaultVersions = Map (" firrtl" -> " 1.2.2 " )
32
32
33
33
lazy val commonSettings = Seq (
34
34
resolvers ++= Seq (
35
35
Resolver .sonatypeRepo(" snapshots" ),
36
36
Resolver .sonatypeRepo(" releases" )
37
37
),
38
38
organization := " edu.berkeley.cs" ,
39
- version := " 3.2.1 " ,
39
+ version := " 3.2.2 " ,
40
40
autoAPIMappings := true ,
41
41
scalaVersion := " 2.12.10" ,
42
42
crossScalaVersions := Seq (" 2.12.10" , " 2.11.12" ),
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ object chiselCompileOptions {
35
35
val crossVersions = Seq (" 2.12.10" , " 2.11.12" )
36
36
37
37
// Provide a managed dependency on X if -DXVersion="" is supplied on the command line.
38
- val defaultVersions = Map (" firrtl" -> " 1.2.1 " )
38
+ val defaultVersions = Map (" firrtl" -> " 1.2.2 " )
39
39
40
40
def getVersion (dep : String , org : String = " edu.berkeley.cs" ) = {
41
41
val version = sys.env.getOrElse(dep + " Version" , defaultVersions(dep))
@@ -67,7 +67,7 @@ trait CommonChiselModule extends SbtModule {
67
67
68
68
trait PublishChiselModule extends CommonChiselModule with PublishModule {
69
69
override def artifactName = " chisel3"
70
- def publishVersion = " 3.2.1 "
70
+ def publishVersion = " 3.2.2 "
71
71
72
72
def pomSettings = PomSettings (
73
73
description = artifactName(),
You can’t perform that action at this time.
0 commit comments