We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2530861 commit 57d28e7Copy full SHA for 57d28e7
build.sbt
@@ -2,7 +2,7 @@ name := "gitbucket-backup-plugin"
2
organization := "io.github.gitbucket"
3
version := "1.6.0-SNAPSHOT"
4
scalaVersion := "2.13.10"
5
-gitbucketVersion := "4.38.0"
+gitbucketVersion := "4.39.0"
6
7
libraryDependencies ++= Seq(
8
"org.zeroturnaround" % "zt-zip" % "1.15",
project/build.properties
@@ -1 +1 @@
1
-sbt.version=1.7.2
+sbt.version=1.8.2
project/plugin.sbt
-addSbtPlugin("io.github.gitbucket" % "sbt-gitbucket-plugin" % "1.5.1")
+addSbtPlugin("io.github.gitbucket" % "sbt-gitbucket-plugin" % "1.6.0")
0 commit comments