From 38424ee5513bfa947e51f06ed6f4b6bf4baff2d2 Mon Sep 17 00:00:00 2001 From: yoshinorin Date: Mon, 7 Mar 2022 00:09:46 +0900 Subject: [PATCH] chore: bump sbt-gitbucket-plugin from 1.5.0 to 1.5.1 --- project/plugins.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 04c6635..c0a0213 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ logLevel := Level.Warn addSbtPlugin("com.typesafe.sbt" % "sbt-twirl" % "1.3.15") -addSbtPlugin("io.github.gitbucket" % "sbt-gitbucket-plugin" % "1.5.0") -addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "1.5.1") \ No newline at end of file +addSbtPlugin("io.github.gitbucket" % "sbt-gitbucket-plugin" % "1.5.1") +addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "1.5.1")