Skip to content

Commit

Permalink
Upgrade to new version of json4s to fix JS ClassCastException problem
Browse files Browse the repository at this point in the history
  • Loading branch information
ekrich committed Dec 5, 2023
1 parent 7f896e4 commit afe558d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ lazy val sconfig = crossProject(JVMPlatform, NativePlatform, JSPlatform)
},
libraryDependencies ++= Seq(
"org.scala-lang.modules" %%% "scala-collection-compat" % scCompat,
"org.json4s" %%% "json4s-native-core" % "4.0.6" % Test
"org.json4s" %%% "json4s-native-core" % "4.0.7" % Test
),
testOptions += Tests.Argument(TestFrameworks.JUnit, "-a", "-s", "-v"),
// env vars for tests
Expand Down

0 comments on commit afe558d

Please sign in to comment.