We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 896042d commit eb1c6a8Copy full SHA for eb1c6a8
build.sbt
@@ -2,7 +2,7 @@ organization := "io.github.gitbucket"
2
name := "gitbucket-gist-plugin"
3
version := "4.23.0"
4
scalaVersion := "2.13.16"
5
-gitbucketVersion := "4.42.0"
+gitbucketVersion := "4.42.1"
6
7
scalacOptions := Seq("-deprecation", "-feature", "-language:postfixOps")
8
Compile / javacOptions ++= Seq("-target", "11", "-source", "11")
0 commit comments