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 4d28c90 commit e57093cCopy full SHA for e57093c
build.sbt
@@ -2,7 +2,7 @@ organization := "io.github.gitbucket"
2
name := "gitbucket-gist-plugin"
3
version := "4.22.0"
4
scalaVersion := "2.13.10"
5
-gitbucketVersion := "4.38.3"
+gitbucketVersion := "4.38.4"
6
7
scalacOptions := Seq("-deprecation", "-feature", "-language:postfixOps")
8
Compile / javacOptions ++= Seq("-target", "8", "-source", "8")
0 commit comments