File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 })
You can’t perform that action at this time.
0 commit comments