We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 679b97b commit 22bae8eCopy full SHA for 22bae8e
build.sbt
@@ -1,6 +1,6 @@
1
name := "gitbucket-code-highlighter-plugin"
2
organization := "io.github.gitbucket"
3
-version := "1.7.0"
+version := "1.8.0"
4
scalaVersion := "2.13.10"
5
gitbucketVersion := "4.39.0"
6
src/main/scala/Plugin.scala
@@ -18,7 +18,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
18
new Version("1.4.0"),
19
new Version("1.5.0"),
20
new Version("1.6.0"),
21
- new Version("1.7.0")
+ new Version("1.7.0"),
22
+ new Version("1.8.0")
23
)
24
25
override val assetsMappings = Seq(
0 commit comments