Skip to content

Commit 48d82a6

Browse files
committed
bump scala to 2.11.8
1 parent f13c0b5 commit 48d82a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ organization := "gitbucket"
22

33
name := "pages-plugin"
44

5-
version := "0.4"
5+
version := "0.5-SNAPSHOT"
66

7-
scalaVersion := "2.11.7"
7+
scalaVersion := "2.11.8"
88

99
scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8", "-feature")
1010

0 commit comments

Comments
 (0)