Browse Source

Update SBT plugins

master
Sarah Gerweck 6 years ago
parent
commit
b0efe60cb9
No known key found for this signature in database GPG Key ID: AFCB37207DB3F226
  1. 2
      project/plugin-eclipse.sbt
  2. 2
      project/plugin-release.sbt

2
project/plugin-eclipse.sbt

@ -1,2 +1,2 @@
// Plugin for generating Eclipse project configuration
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.2.3")
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.2.4")

2
project/plugin-release.sbt

@ -1,2 +1,2 @@
// Plugin that automates the standard release process
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.6")
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.7")
Loading…
Cancel
Save