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
198
198
.settings(
199
199
libraryDependencies ++= (CrossVersion .partialVersion(scalaVersion.value) match {
200
200
case Some ((2 , _)) => Seq (
201
- " com.beachape" %%% " enumeratum" % " 1.7.3 " % Test
201
+ " com.beachape" %%% " enumeratum" % " 1.7.4 " % Test
202
202
)
203
203
case _ => Seq ()
204
204
})
@@ -209,7 +209,7 @@ lazy val `jsoniter-scala-macrosJS` = `jsoniter-scala-macros`.js
209
209
.settings(
210
210
libraryDependencies ++= (CrossVersion .partialVersion(scalaVersion.value) match {
211
211
case Some ((2 , _)) => Seq (
212
- " com.beachape" %%% " enumeratum" % " 1.7.3 " % Test
212
+ " com.beachape" %%% " enumeratum" % " 1.7.4 " % Test
213
213
)
214
214
case _ => Seq ()
215
215
})
You can’t perform that action at this time.
0 commit comments