We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e14b3dc commit 2140c23Copy full SHA for 2140c23
build.sbt
@@ -2,7 +2,7 @@ organization := "gitbucket"
2
name := "gitbucket-pages-plugin"
3
scalaVersion := "2.13.16"
4
version := "1.10.0"
5
-gitbucketVersion := "4.42.0"
+gitbucketVersion := "4.42.1"
6
scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8", "-feature")
7
8
scalafmtOnCompile := true
0 commit comments