Skip to content

Commit ef75e77

Browse files
Update enumeratum to 1.9.0 (#1287)
1 parent 3695c03 commit ef75e77

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
@@ -187,7 +187,7 @@ lazy val `jsoniter-scala-macros` = crossProject(JVMPlatform, JSPlatform, NativeP
187187
libraryDependencies ++= (CrossVersion.partialVersion(scalaVersion.value) match {
188188
case Some((2, _)) => Seq(
189189
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
190-
"com.beachape" %%% "enumeratum" % "1.7.6" % Test
190+
"com.beachape" %%% "enumeratum" % "1.9.0" % Test
191191
)
192192
case _ => Seq()
193193
}) ++ Seq(

0 commit comments

Comments
 (0)