minimize test

This commit is contained in:
Anatolii Kmetiuk 2026-05-22 11:47:00 +09:00
parent 99b30b8899
commit 36d5ce728f
3 changed files with 1 additions and 15 deletions

View File

@ -1,8 +1,4 @@
ThisBuild / organization := "com.example"
ThisBuild / version := "0.1.0-SNAPSHOT"
val `scalac-options` = project.enablePlugins(SbtPlugin).settings(
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.4"),
)
val components = project.enablePlugins(SbtPlugin)
val plugins = project.dependsOn(components, `scalac-options`).enablePlugins(SbtPlugin)
val `scalac-options` = project.enablePlugins(SbtPlugin)

View File

@ -1,5 +0,0 @@
package example
import sbt.*
object ComponentsPlugin extends AutoPlugin

View File

@ -1,5 +0,0 @@
package example
import sbt.*
object PluginsPlugin extends AutoPlugin