Skip to content

Commit

Permalink
Core v1.5.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydmeta committed Feb 5, 2017
1 parent f524ff6 commit 3f87e9c
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 @@ -106,7 +106,7 @@ lazy val core = crossProject
.in(file("enumeratum-core"))
.settings(
name := "enumeratum",
version := Versions.Core.head,
version := Versions.Core.stable,
libraryDependencies += "com.beachape" %% "enumeratum-macros" % Versions.Macros.stable
)
.settings(testSettings: _*)
Expand Down
4 changes: 2 additions & 2 deletions project/Versions.scala
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
object Versions {

object Core {
val stable = "1.5.6"
val head = "1.5.7-SNAPSHOT"
val stable = "1.5.7"
val head = "1.5.8-SNAPSHOT"
}

object Macros {
Expand Down

0 comments on commit 3f87e9c

Please sign in to comment.