diff --git a/build.sbt b/build.sbt index 9a21838..9a57c5e 100644 --- a/build.sbt +++ b/build.sbt @@ -11,9 +11,6 @@ libraryDependencies ++= List( addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.3") addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.1") -scriptedLaunchOpts += s"-Dplugin.version=${version.value}" -scriptedBufferLog := false - homepage := Some(url("https://github.com/ShiftLeftSecurity/sbt-ci-release-early")) scmInfo := Some(ScmInfo( url("https://github.com/ShiftLeftSecurity/sbt-ci-release-early"), diff --git a/project/plugins.sbt b/project/plugins.sbt index 256aa0e..47427a5 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,3 @@ addSbtPlugin("io.get-coursier" % "sbt-coursier" % coursier.util.Properties.version) addSbtPlugin("io.get-coursier" % "sbt-shading" % coursier.util.Properties.version) addSbtPlugin("io.shiftleft" % "sbt-ci-release-early" % "1.0.1") -libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value