Skip to content

Commit

Permalink
Cleanup build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpeeters committed Dec 16, 2023
1 parent 3bbed35 commit bee839f
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions build.sbt
Expand Up @@ -56,22 +56,12 @@ lazy val scala = crossProject(JSPlatform, JVMPlatform, NativePlatform)
.settings(
name := "destructured-scala",
libraryDependencies ++= Seq(
"org.scalameta" %%% "munit" % "0.7.29" % Test
"org.scalameta" %%% "munit" % "0.7.29" % Test
)
)
.jsSettings(test := {})
.nativeSettings(test := {})

// lazy val tests = project.in(file("modules/tests"))
// .settings(
// name := "destructured-tests",
// libraryDependencies ++= Seq(
// "org.scalameta" %% "munit" % "0.7.29" % Test
// )
// )
// .dependsOn(cats.jvm, scala.jvm)
// .enablePlugins(NoPublishPlugin)

lazy val docs = project.in(file("docs/gitignored"))
.settings(
mdocOut := file("."),
Expand Down

0 comments on commit bee839f

Please sign in to comment.