Skip to content

Commit

Permalink
[ENE-49] Remove fmpp from json-3. Remove json-derivation-3 module
Browse files Browse the repository at this point in the history
  • Loading branch information
programaker committed Dec 6, 2024
1 parent ab83fdd commit 964f12e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ lazy val `sphere-json-3` = project
.in(file("./json/json-3"))
.settings(scalaVersion := scala3)
.settings(standardSettings: _*)
.settings(Fmpp.settings: _*)
.dependsOn(`sphere-util-3`)

// Scala 2 modules
Expand All @@ -126,12 +125,6 @@ lazy val `sphere-json-derivation` = project
.settings(Fmpp.settings: _*)
.dependsOn(`sphere-json-core`)

lazy val `sphere-json-derivation-scala-3` = project
.settings(scalaVersion := scala3)
.in(file("./json/json-derivation-scala-3"))
.settings(standardSettings: _*)
.dependsOn(`sphere-json-core`)

lazy val `sphere-json` = project
.in(file("./json"))
.settings(standardSettings: _*)
Expand Down

0 comments on commit 964f12e

Please sign in to comment.