Skip to content

Commit

Permalink
remove scripted plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
mpollmeier committed Sep 10, 2018
1 parent 8ba785e commit dabc8d3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions build.sbt
Expand Up @@ -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"),
Expand Down
1 change: 0 additions & 1 deletion 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

0 comments on commit dabc8d3

Please sign in to comment.