Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Commit

Permalink
Bump version strings.
Browse files Browse the repository at this point in the history
  • Loading branch information
chick committed Feb 1, 2021
1 parent d720cf3 commit 6dabe3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ lazy val commonSettings = Seq(

lazy val firrtlSettings = Seq(
name := "firrtl",
version := "1.4.1",
version := "1.4.2",
addCompilerPlugin(scalafixSemanticdb),
scalacOptions := Seq(
"-deprecation",
Expand Down
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class firrtlCrossModule(val crossScalaVersion: String) extends CrossSbtModule wi
// 2.12.12 -> Array("2", "12", "12") -> "12" -> 12
private def majorVersion = crossScalaVersion.split('.')(1).toInt

def publishVersion = "1.4.1"
def publishVersion = "1.4.2"

override def mainClass = T {
Some("firrtl.stage.FirrtlMain")
Expand Down

0 comments on commit 6dabe3b

Please sign in to comment.