From 3a0cd5df62dafb5fa9bd0469ee5e211208341623 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Sat, 21 Dec 2024 04:41:01 +0000 Subject: [PATCH] Update scalatra-forms-javax, ... to 3.1.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d8c47f750..c98f06819 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.41.0" -val ScalatraVersion = "3.1.0" +val ScalatraVersion = "3.1.1" val JettyVersion = "10.0.24" val JgitVersion = "6.10.0.202406032230-r"