From aab979b78bf5fe42666185e10071109a825d88f7 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Sat, 22 Jul 2023 12:52:34 +0000 Subject: [PATCH] Update scalatra, scalatra-forms, ... to 3.0.0-M5-javax --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b046c61de..ebfd2a495 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.40.0-SNAPSHOT" -val ScalatraVersion = "3.0.0-M4" +val ScalatraVersion = "3.0.0-M5-javax" val JettyVersion = "10.0.15" val JgitVersion = "6.6.0.202305301015-r"