Skip to content

Commit 65182b2

Browse files
Update enumeratum to 1.9.1 (#1339)
1 parent 83c59d8 commit 65182b2

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

0 commit comments

Comments
 (0)