mirror of https://github.com/sbt/sbt.git
Migrate to the new way of enabling scripted
This commit is contained in:
parent
0d83b2fc3f
commit
58ee24b427
|
|
@ -0,0 +1,2 @@
|
|||
lazy val root = (project in file("."))
|
||||
.enablePlugins(SbtPlugin)
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
libraryDependencies += {
|
||||
"org.scala-sbt" %% "scripted-plugin" % sbtVersion.value
|
||||
}
|
||||
Loading…
Reference in New Issue