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 f13c0b5 commit 48d82a6Copy full SHA for 48d82a6
build.sbt
@@ -2,9 +2,9 @@ organization := "gitbucket"
2
3
name := "pages-plugin"
4
5
-version := "0.4"
+version := "0.5-SNAPSHOT"
6
7
-scalaVersion := "2.11.7"
+scalaVersion := "2.11.8"
8
9
scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8", "-feature")
10
0 commit comments