Skip to content

Commit

Permalink
Update jawn-ast to 1.5.1 (#980)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jul 3, 2023
1 parent 716a08d commit 4254970
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -204,13 +204,13 @@ lazy val zioJson = crossProject(JSPlatform, JVMPlatform)
CrossVersion.partialVersion(scalaVersion.value) match {
case Some((3, _)) =>
Vector(
"org.typelevel" %% "jawn-ast" % "1.5.0" % "test"
"org.typelevel" %% "jawn-ast" % "1.5.1" % "test"
)

case _ =>
Seq(
"ai.x" %% "play-json-extensions" % "0.42.0" % "test",
"org.typelevel" %% "jawn-ast" % "1.5.0" % "test"
"org.typelevel" %% "jawn-ast" % "1.5.1" % "test"
)
}
}
Expand Down

0 comments on commit 4254970

Please sign in to comment.