Skip to content

Commit

Permalink
Merge branch '1.2.x' into 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ucbjrl committed Mar 4, 2018
2 parents 160b8c7 + 93c8220 commit 57a7d2e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ scalaVersion := "2.11.12"
crossScalaVersions := Seq("2.11.12", "2.12.4")

// Provide a managed dependency on X if -DXVersion="" is supplied on the command line.
// The following are the default development versions, not the "release" versions.
// The following are the release versions, not the default development versions.
val defaultVersions = Map(
"chisel3" -> "3.1.0-RC1",
"firrtl" -> "1.1.0-RC1",
Expand Down Expand Up @@ -92,7 +92,6 @@ publishTo := {
}
}


resolvers ++= Seq(
Resolver.sonatypeRepo("snapshots"),
Resolver.sonatypeRepo("releases")
Expand Down

0 comments on commit 57a7d2e

Please sign in to comment.