Skip to content

Commit 57dac73

Browse files
Update enumeratum to 1.7.4 (#1168)
1 parent a3329ef commit 57dac73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ lazy val `jsoniter-scala-macrosJVM` = `jsoniter-scala-macros`.jvm
198198
.settings(
199199
libraryDependencies ++= (CrossVersion.partialVersion(scalaVersion.value) match {
200200
case Some((2, _)) => Seq(
201-
"com.beachape" %%% "enumeratum" % "1.7.3" % Test
201+
"com.beachape" %%% "enumeratum" % "1.7.4" % Test
202202
)
203203
case _ => Seq()
204204
})
@@ -209,7 +209,7 @@ lazy val `jsoniter-scala-macrosJS` = `jsoniter-scala-macros`.js
209209
.settings(
210210
libraryDependencies ++= (CrossVersion.partialVersion(scalaVersion.value) match {
211211
case Some((2, _)) => Seq(
212-
"com.beachape" %%% "enumeratum" % "1.7.3" % Test
212+
"com.beachape" %%% "enumeratum" % "1.7.4" % Test
213213
)
214214
case _ => Seq()
215215
})

0 commit comments

Comments
 (0)