We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f60a6f commit 026b049Copy full SHA for 026b049
build.sbt
@@ -188,7 +188,7 @@ lazy val enumeratumPlay = Project(id = "enumeratum-play",
188
settings = commonWithPublishSettings)
189
.settings(testSettings: _*)
190
.settings(
191
- version := "1.5.5-SNAPSHOT",
+ version := "1.5.5",
192
crossScalaVersions := scalaVersions,
193
libraryDependencies ++= Seq(
194
"com.typesafe.play" %% "play" % thePlayVersion(scalaVersion.value),
0 commit comments