Skip to content

Commit 6f4c90d

Browse files
committed
Bump version for 121218 release
1 parent fc90b86 commit 6f4c90d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ name := "dsptools"
3636

3737
organization := "edu.berkeley.cs"
3838

39-
version := "1.1-SNAPSHOT"
39+
version := "1.1.5"
4040

4141
scalaVersion := "2.11.12"
4242

@@ -55,8 +55,8 @@ scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature", "-language:refle
5555

5656
// Provide a managed dependency on X if -DXVersion="" is supplied on the command line.
5757
val defaultVersions = Map(
58-
"chisel3" -> "3.1-SNAPSHOT",
59-
"chisel-iotesters" -> "1.2-SNAPSHOT"
58+
"chisel3" -> "3.1.4",
59+
"chisel-iotesters" -> "1.2.6"
6060
)
6161

6262
libraryDependencies ++= Seq(

0 commit comments

Comments
 (0)