mirror of
https://github.com/sbt/sbt.git
synced 2026-09-03 06:53:25 +02:00
Migrate to the new way of enabling scripted
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
lazy val root = (project in file("."))
|
||||
.enablePlugins(SbtPlugin)
|
||||
@@ -1,3 +0,0 @@
|
||||
libraryDependencies += {
|
||||
"org.scala-sbt" %% "scripted-plugin" % sbtVersion.value
|
||||
}
|
||||
Reference in New Issue
Block a user