Skip to content

Commit

Permalink
Fix root aggregate
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge authored Jun 5, 2023
1 parent 2e63880 commit 6182ac6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ ThisBuild / tlCiReleaseBranches := Seq("main")

// Projects
lazy val `whale-tail` = tlCrossRootProject
.disablePlugins(MimaPlugin)
.enablePlugins(NoPublishPlugin)
.aggregate(core, manager, examples)

lazy val core = crossProject(JSPlatform, JVMPlatform)
Expand Down Expand Up @@ -91,4 +89,4 @@ lazy val commonSettings = Seq(

"org.typelevel" %%% "cats-effect-testing-specs2" % "1.5.0" % Test,
)
)
)

0 comments on commit 6182ac6

Please sign in to comment.