We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5b7087 commit f68bea7Copy full SHA for f68bea7
build.sbt
@@ -1,7 +1,6 @@
1
import sbt._
2
import sbt.Keys._
3
import sbtrelease.ReleasePlugin.autoImport._
4
-import com.typesafe.sbt.pgp.PgpKeys
5
import sbtcrossproject.CrossProject
6
import sbtcrossproject.CrossType
7
project/plugins.sbt
@@ -1,8 +1,6 @@
-addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")
+addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.1")
-addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2")
-
-addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.11")
+addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.13")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.0.0")
8
0 commit comments