From 33536167896a7e1d3e5054f61342e6fa8e374e0b Mon Sep 17 00:00:00 2001 From: scala-steward-bot <2517319+scala-steward-bot@users.noreply.github.com> Date: Sat, 25 Sep 2021 19:07:58 +0900 Subject: [PATCH] Update scalatra, scalatra-forms, ... to 2.8.2 (#2886) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a2ed8101f..472da8612 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ import com.jsuereth.sbtpgp.PgpKeys._ val Organization = "io.github.gitbucket" val Name = "gitbucket" val GitBucketVersion = "4.36.2" -val ScalatraVersion = "2.8.1" +val ScalatraVersion = "2.8.2" val JettyVersion = "9.4.43.v20210629" val JgitVersion = "5.13.0.202109080827-r"