Skip to content

Commit d3c78bf

Browse files
Update enumeratum to 1.9.4 (#1361)
1 parent 20aca18 commit d3c78bf

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
@@ -216,7 +216,7 @@ lazy val `jsoniter-scala-macros` = crossProject(JVMPlatform, JSPlatform, NativeP
216216
libraryDependencies ++= (CrossVersion.partialVersion(scalaVersion.value) match {
217217
case Some((2, _)) => Seq(
218218
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
219-
"com.beachape" %%% "enumeratum" % "1.9.2" % Test
219+
"com.beachape" %%% "enumeratum" % "1.9.4" % Test
220220
)
221221
case _ => Seq()
222222
}) ++ Seq(

0 commit comments

Comments
 (0)