Skip to content

Commit

Permalink
Merge pull request #141 from frawa/scala-steward-update/zio-json-0.7.4
Browse files Browse the repository at this point in the history
Scala steward update/zio json 0.7.4
  • Loading branch information
frawa authored Jan 9, 2025
2 parents 77b8bfc + 0828834 commit 0d70669
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ lazy val parserZio =
.settings(strictScalacSettings)
.settings(sharedTestSettings)
.settings(
libraryDependencies += "dev.zio" %%% "zio-json" % "0.7.3"
libraryDependencies += "dev.zio" %%% "zio-json" % "0.7.4"
)
.jvmPlatform(sharedPlatformSettings)
.jsPlatform(sharedPlatformSettings)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ class ZioParserTest extends FunSuite:
test("big number") {
assertEquals(
Parser("98249283749234923498293171823948729348710298301928331"),
// Right(NumberValue(BigDecimal("98249283749234923498293171823948729348710298301928331")))
Left("(expected a 128 BigDecimal)")
Right(NumberValue(BigDecimal("98249283749234923498293171823948729348710298301928331")))
)
}

0 comments on commit 0d70669

Please sign in to comment.