diff --git a/build.sbt b/build.sbt index 62af0bb..625be57 100644 --- a/build.sbt +++ b/build.sbt @@ -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) @@ -91,4 +89,4 @@ lazy val commonSettings = Seq( "org.typelevel" %%% "cats-effect-testing-specs2" % "1.5.0" % Test, ) -) \ No newline at end of file +)