From 94067a14421ab66e38bcb08629f4f496bddaa2f7 Mon Sep 17 00:00:00 2001 From: kenji yoshida <6b656e6a69@gmail.com> Date: Tue, 16 Jun 2026 07:22:44 +0900 Subject: [PATCH] Update sbt version and twirl version --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index e71953c..fa65f96 100644 --- a/build.sbt +++ b/build.sbt @@ -1,4 +1,4 @@ -def sbt2 = "2.0.0-RC12" +def sbt2 = "2.0.0" organization := "io.github.gitbucket" name := "sbt-gitbucket-plugin" version := "1.6.1-SNAPSHOT" @@ -14,7 +14,7 @@ libraryDependencies ++= Seq( case "2.12" => "2.0.9" case "3" => - "2.1.0-M7" + "2.1.0-M9" } Defaults.sbtPluginExtra( "org.playframework.twirl" % "sbt-twirl" % v,