From dba13b681a4315927a082cdf6775c72ae973c13a Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Thu, 17 May 2018 15:25:41 +0900 Subject: [PATCH] Bump to sbt-gutbucket plugin 1.3.0 --- build.sbt | 2 +- project/plugins.sbt | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/build.sbt b/build.sbt index 60861de..e5aa208 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ organization := "io.github.gitbucket" name := "gitbucket-gist-plugin" version := "4.14.0" scalaVersion := "2.12.6" -gitbucketVersion := "4.24.0" +gitbucketVersion := "4.24.1" scalacOptions := Seq("-deprecation", "-feature", "-language:postfixOps") javacOptions in compile ++= Seq("-target", "8", "-source", "8") diff --git a/project/plugins.sbt b/project/plugins.sbt index 46eac21..d07a76b 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1 @@ -logLevel := Level.Warn - -addSbtPlugin("com.typesafe.sbt" % "sbt-twirl" % "1.3.12") -addSbtPlugin("io.github.gitbucket" % "sbt-gitbucket-plugin" % "1.2.0") \ No newline at end of file +addSbtPlugin("io.github.gitbucket" % "sbt-gitbucket-plugin" % "1.3.0") \ No newline at end of file