Skip to content

Commit

Permalink
macros v1.5.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydmeta committed Jan 4, 2017
1 parent 6dac841 commit b311f88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ lazy val macros = crossProject
includeTestSrcs = false): _*)
.settings(
name := "enumeratum-macros",
version := Versions.Macros.head,
version := Versions.Macros.stable,
libraryDependencies ++= Seq(
"org.scala-lang" % "scala-reflect" % scalaVersion.value
)
Expand Down
4 changes: 2 additions & 2 deletions project/Versions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ object Versions {
}

object Macros {
val stable = "1.5.4"
val head = "1.5.5-SNAPSHOT"
val stable = "1.5.5"
val head = "1.5.6-SNAPSHOT"
}

}

0 comments on commit b311f88

Please sign in to comment.