Skip to content

Commit f68bea7

Browse files
committed
Bumped plugins to latest versions
1 parent e5b7087 commit f68bea7

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

build.sbt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import sbt._
22
import sbt.Keys._
33
import sbtrelease.ReleasePlugin.autoImport._
4-
import com.typesafe.sbt.pgp.PgpKeys
54
import sbtcrossproject.CrossProject
65
import sbtcrossproject.CrossType
76

project/plugins.sbt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")
1+
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.1")
22

3-
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2")
4-
5-
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.11")
3+
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.13")
64

75
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.0.0")
86

0 commit comments

Comments
 (0)