From d3c5a25315e5e3922c58c766f0e5ce2e290ac0c9 Mon Sep 17 00:00:00 2001 From: Alexey Alekhin Date: Sat, 10 Feb 2018 03:49:48 +0100 Subject: [PATCH] Updated plugins --- project/build.properties | 2 +- project/plugins.sbt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/project/build.properties b/project/build.properties index 8b697bb..31334bb 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.1.0 +sbt.version=1.1.1 diff --git a/project/plugins.sbt b/project/plugins.sbt index 794e6df..9c99a1b 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.22") addSbtPlugin("com.dwijnand" % "sbt-dynver" % "2.0.0") -addSbtPlugin("ch.epfl.scala" % "sbt-release-early" % "2.0.1") -addSbtPlugin("ohnosequences" % "sbt-github-release" % "0.6.0") +addSbtPlugin("ch.epfl.scala" % "sbt-release-early" % "2.1.1") +addSbtPlugin("ohnosequences" % "sbt-github-release" % "0.7.0")