We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf28b38 commit 47e06d7Copy full SHA for 47e06d7
build.sbt
@@ -1,8 +1,8 @@
1
organization := "io.github.gitbucket"
2
name := "gitbucket-gist-plugin"
3
version := "4.14.0"
4
-scalaVersion := "2.12.4"
5
-gitbucketVersion := "4.23.1"
+scalaVersion := "2.12.6"
+gitbucketVersion := "4.24.0"
6
7
scalacOptions := Seq("-deprecation", "-feature", "-language:postfixOps")
8
javacOptions in compile ++= Seq("-target", "8", "-source", "8")
0 commit comments