Skip to content

Commit

Permalink
revert dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ThijsBroersen committed Jul 31, 2024
1 parent d5687f4 commit d79626e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,7 @@ lazy val zioJson = crossProject(JSPlatform, JVMPlatform, NativePlatform)
CrossVersion.partialVersion(scalaVersion.value) match {
case Some((3, _)) =>
Vector(
"com.softwaremill.magnolia1_3" %%% "magnolia" % "1.3.0",
"io.circe" %%% "circe-generic-extras" % circeVersion % "test"
"com.softwaremill.magnolia1_3" %%% "magnolia" % "1.3.0"
)

case _ =>
Expand Down Expand Up @@ -228,9 +227,7 @@ lazy val zioJson = crossProject(JSPlatform, JVMPlatform, NativePlatform)
CrossVersion.partialVersion(scalaVersion.value) match {
case Some((3, _)) =>
Vector(
("com.particeep" %% "play-json-extensions" % "0.43.1").cross(CrossVersion.for3Use2_13) % "test",
"org.playframework" %%% "play-json" % "3.0.4" % "test",
"org.typelevel" %% "jawn-ast" % "1.6.0" % "test"
"org.typelevel" %% "jawn-ast" % "1.6.0" % "test"
)

case Some((2, n)) =>
Expand Down

0 comments on commit d79626e

Please sign in to comment.