[2.x] test: Enable sbt-test/project/src-plugins (#8934)

This commit is contained in:
kenji yoshida
2026-03-20 01:38:11 -04:00
committed by GitHub
parent 3c0f90ce12
commit f0492085f4
3 changed files with 1 additions and 4 deletions
@@ -1,2 +1 @@
libraryDependencies +=
"org.scala-sbt" % "sbt" % appConfiguration.value.provider.id.version
enablePlugins(SbtPlugin)
@@ -1,4 +1,2 @@
ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always
lazy val root = (project in file(".")).
dependsOn(RootProject(file("../plugin")))