mirror of
https://github.com/sbt/sbt.git
synced 2026-09-04 16:54:29 +02:00
[2.x] test: Enable sbt-test/project/src-plugins (#8934)
This commit is contained in:
@@ -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")))
|
||||
|
||||
Reference in New Issue
Block a user