We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff33303 commit 6240e0cCopy full SHA for 6240e0c
1 file changed
build.sbt
@@ -2,7 +2,7 @@ organization := "io.github.gitbucket"
2
name := "gitbucket-explorer-plugin"
3
version := "9.0.0"
4
scalaVersion := "2.13.18"
5
-gitbucketVersion := "4.46.0"
+gitbucketVersion := "4.46.1"
6
7
scalacOptions := Seq("-deprecation", "-feature", "-language:postfixOps")
8
javacOptions ++= Seq("-target", "8", "-source", "8")
0 commit comments