Skip to content

Commit 20339c9

Browse files
committed
Use cross root project helper
1 parent 9ae54fe commit 20339c9

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

build.sbt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@ def dep(org: String, prefix: String, version: String)(
3737
testModules.map(m => org %%% (prefix ++ m) % version % Test)
3838
}
3939

40-
lazy val root = project
41-
.in(file("."))
42-
.enablePlugins(NoPublishPlugin)
40+
lazy val root = tlCrossRootProject
4341
.aggregate(core.jvm, core.js, core.native)
4442

4543
lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)

dev-flow.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,5 @@ docs-only deploy, (force) push `main` to the `docs-deploy` branch.
5151
## Links
5252

5353
- https://typelevel.org/sbt-typelevel/
54-
- https://github.com/djspiewak/sbt-spiewak
5554
- https://docsify.js.org/#/
5655
- https://scalameta.org/mdoc/

0 commit comments

Comments
 (0)