diff options
| author | Jack Koenig | 2020-12-17 08:58:14 -0800 |
|---|---|---|
| committer | GitHub | 2020-12-17 08:58:14 -0800 |
| commit | 4f05b07b1547b876848c235f20983ea9c10b3c03 (patch) | |
| tree | e05ee7c8b109d0931c45b1b761332c8fa3499897 /build.sbt | |
| parent | 25a417f86e47f7660318753065fea898535fbbd9 (diff) | |
Bump SNAPSHOT and SNAPSHOT dependencies (#1701)
Diffstat (limited to 'build.sbt')
| -rw-r--r-- | build.sbt | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -29,8 +29,8 @@ def javacOptionsVersion(scalaVersion: String): Seq[String] = { } val defaultVersions = Map( - "firrtl" -> "edu.berkeley.cs" %% "firrtl" % "1.4-SNAPSHOT", - "treadle" -> "edu.berkeley.cs" %% "treadle" % "1.3-SNAPSHOT" + "firrtl" -> "edu.berkeley.cs" %% "firrtl" % "1.5-SNAPSHOT", + "treadle" -> "edu.berkeley.cs" %% "treadle" % "1.5-SNAPSHOT" ) lazy val commonSettings = Seq ( @@ -39,7 +39,7 @@ lazy val commonSettings = Seq ( Resolver.sonatypeRepo("releases") ), organization := "edu.berkeley.cs", - version := "3.4-SNAPSHOT", + version := "3.5-SNAPSHOT", autoAPIMappings := true, scalaVersion := "2.12.12", crossScalaVersions := Seq("2.12.12", "2.11.12"), |
