Skip to content

Commit

Permalink
Core 1.5.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydmeta committed Feb 25, 2017
1 parent b993d9c commit 22e468b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
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
@@ -1,8 +1,8 @@
object Versions {

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

object Macros {
Expand Down

0 comments on commit 22e468b

Please sign in to comment.