Skip to content

Commit

Permalink
Merge pull request #237 from yanns/235_update_scala_xml
Browse files Browse the repository at this point in the history
update scala-xml
  • Loading branch information
farmdawgnation authored Feb 2, 2023
2 parents 0578795 + d30bcc1 commit 658a1ba
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 64 deletions.
7 changes: 1 addition & 6 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ lazy val root = Project(
core,
jsoup,
tagsoup,
liftjson,
json4sJackson,
json4sNative
)
Expand All @@ -24,10 +23,6 @@ def module(name: String, settings: Seq[Def.Setting[_]] = Seq.empty) =

lazy val core = module("core", xmlDependency)

lazy val liftjson = module("lift-json")
.dependsOn(core)
.dependsOn(core % "test->test")

lazy val json4sJackson = module("json4s-jackson")
.dependsOn(core)
.dependsOn(core % "test->test")
Expand All @@ -44,7 +39,7 @@ lazy val tagsoup = module("tagsoup")
.dependsOn(core)
.dependsOn(core % "test->test")

lazy val xmlDependency = libraryDependencies ++= Seq("org.scala-lang.modules" %% "scala-xml" % "1.2.0")
lazy val xmlDependency = libraryDependencies ++= Seq("org.scala-lang.modules" %% "scala-xml" % "2.1.0")

/** Util module for using unfiltered with scalacheck */
lazy val ufcheck = project.in(file("ufcheck")).settings(
Expand Down
11 changes: 0 additions & 11 deletions liftjson/build.sbt

This file was deleted.

9 changes: 0 additions & 9 deletions liftjson/src/main/scala/as/json.scala

This file was deleted.

15 changes: 0 additions & 15 deletions liftjson/src/main/scala/as/stream/json.scala

This file was deleted.

23 changes: 0 additions & 23 deletions liftjson/src/test/scala/json.scala

This file was deleted.

0 comments on commit 658a1ba

Please sign in to comment.