Skip to content

Commit f30dd03

Browse files
committed
#38 Update versions of sbt plugins.
1 parent a199525 commit f30dd03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

project/plugins.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
* limitations under the License.
1515
*/
1616

17-
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.0")
18-
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.12")
19-
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0")
17+
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")
18+
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0")
19+
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.7.0")
2020

2121
// sbt-jacoco - workaround related dependencies required to download
2222
lazy val ow2Version = "9.5"

0 commit comments

Comments
 (0)