Skip to content

Commit

Permalink
formats slipped in here by mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
mpollmeier committed Mar 5, 2024
1 parent d115b07 commit 09e59d7
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ val scala2_12 = "2.12.18"
* internal repositories. */
lazy val root = (project in file(".")).aggregate(
core,
formats,
domainClassesGenerator_3,
domainClassesGenerator_2_12,
sbtPlugin,
Expand All @@ -34,20 +33,6 @@ lazy val core = project
)
)

lazy val formats = project
.in(file("formats"))
.dependsOn(core)
.settings(
name := "formats",
libraryDependencies ++= Seq(
"com.github.tototoshi" %% "scala-csv" % "1.3.10",
"org.scala-lang.modules" %% "scala-xml" % "2.1.0",
"io.spray" %% "spray-json" % "1.3.6",
"com.github.scopt" %% "scopt" % "4.1.0",
"com.github.pathikrit" %% "better-files" % "3.9.2" % Test,
)
)

lazy val domainClassesGenerator_3 = project
.in(file("domain-classes-generator_3"))
.settings(
Expand Down

0 comments on commit 09e59d7

Please sign in to comment.