diff --git a/project/plugins.sbt b/project/plugins.sbt index a56e4817..2a9a7cea 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -20,7 +20,7 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.0.0") addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.1") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.0") addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0") -addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.3.2") +addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.3.4") libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value