We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e83f43c commit 7858975Copy full SHA for 7858975
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.45.0"
+gitbucketVersion := "4.46.0"
6
7
scalacOptions := Seq("-deprecation", "-feature", "-language:postfixOps")
8
javacOptions ++= Seq("-target", "8", "-source", "8")
0 commit comments