Skip to content

Commit 7d2fbf2

Browse files
committed
Update SBT plugins
1 parent e9d4eac commit 7d2fbf2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dev/plugins.sbt.end

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

22
// http://www.cakesolutions.net/teamblogs/2012/01/28/publishing-sbt-projects-to-nexus/
3-
// https://groups.google.com/forum/?fromgroups=#!topic/simple-build-tool/Z54e0wM6SbU
4-
addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.8.3")
3+
// https://groups.google.com/forum/?fromgroups=#!topic/simple-build-tool/wuiMh-Ue_iw
4+
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.1")

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// Run sbt eclipse to create Eclipse project file
2-
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "4.0.0")
2+
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.2.4")

0 commit comments

Comments
 (0)