mirror of https://github.com/sbt/sbt.git
[2.x] test: Enable sbt-test/project/src-plugins (#8934)
This commit is contained in:
parent
3c0f90ce12
commit
f0492085f4
|
|
@ -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")))
|
||||
|
|
|
|||
Loading…
Reference in New Issue