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
jackkoenig committed Jan 8, 2023
1 parent 41ccc7f commit 26da1f6
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 @@ -17,7 +17,7 @@ lazy val isAtLeastScala213 = Def.setting {

lazy val firrtlSettings = Seq(
name := "firrtl",
version := "1.5.5",
version := "1.5.6",
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 @@ -22,7 +22,7 @@ class firrtlCrossModule(val crossScalaVersion: String)
// 2.12.12 -> Array("2", "12", "12") -> "12" -> 12
private def majorVersion = crossScalaVersion.split('.')(1).toInt

def publishVersion = "1.5.5"
def publishVersion = "1.5.6"

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

0 comments on commit 26da1f6

Please sign in to comment.