Skip to content

Commit 0d3b405

Browse files
committed
enumeratum 1.7.7-SNAPSHOT begins
Signed-off-by: lloydmeta <lloydmeta@gmail.com>
1 parent 5b5cc79 commit 0d3b405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ lazy val core = crossProject(JSPlatform, JVMPlatform, NativePlatform)
135135
.settings(commonWithPublishSettings)
136136
.settings(
137137
name := "enumeratum",
138-
version := Versions.Core.stable,
138+
version := Versions.Core.head,
139139
crossScalaVersions := scalaVersionsAll,
140140
libraryDependencies ++= {
141141
if (useLocalVersion) {

0 commit comments

Comments
 (0)