Update SBT plugins

This commit is contained in:
Sarah Gerweck 2018-01-10 20:26:46 -08:00
parent 6fb4f98284
commit b0efe60cb9
No known key found for this signature in database
GPG Key ID: AFCB37207DB3F226
2 changed files with 2 additions and 2 deletions

View File

@ -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")

View File

@ -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")