Skip to content

Commit

Permalink
Fixes #496: Referring to non-existent class magnolia... (#497)
Browse files Browse the repository at this point in the history
* Fixed #490 - Included the missing .sjsir artifacts

* fixes #494 conflicting cross-version suffixes

* Fixes #496: Referring to non-existent class magnolia...
  • Loading branch information
laogao authored Nov 28, 2021
1 parent 61e5bc3 commit c527099
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 @@ -87,7 +87,7 @@ lazy val zioJson = crossProject(JSPlatform, JVMPlatform)
CrossVersion.partialVersion(scalaVersion.value) match {
case Some((3, _)) =>
Vector(
"com.softwaremill.magnolia" %% "magnolia-core" % "2.0.0-M9"
"com.softwaremill.magnolia" %%% "magnolia-core" % "2.0.0-M9"
)

case _ =>
Expand Down

0 comments on commit c527099

Please sign in to comment.