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

This commit is contained in:
kenji yoshida 2026-03-20 14:38:11 +09:00 committed by GitHub
parent 3c0f90ce12
commit f0492085f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 1 additions and 4 deletions

View File

@ -1,2 +1 @@
libraryDependencies +=
"org.scala-sbt" % "sbt" % appConfiguration.value.provider.id.version
enablePlugins(SbtPlugin)

View File

@ -1,4 +1,2 @@
ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always
lazy val root = (project in file(".")).
dependsOn(RootProject(file("../plugin")))