Migrate to the new way of enabling scripted

This commit is contained in:
Eugene Yokota 2018-01-22 13:45:58 -05:00
parent 0d83b2fc3f
commit 58ee24b427
2 changed files with 2 additions and 3 deletions

View File

@ -0,0 +1,2 @@
lazy val root = (project in file("."))
.enablePlugins(SbtPlugin)

View File

@ -1,3 +0,0 @@
libraryDependencies += {
"org.scala-sbt" %% "scripted-plugin" % sbtVersion.value
}