Skip to content

Commit 79a3d4b

Browse files
shienayaroot
authored andcommitted
Bump to GitBucket 4.10 (#12)
1 parent 992c8e6 commit 79a3d4b

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
@@ -1,6 +1,6 @@
11
organization := "gitbucket"
22
name := "pages-plugin"
3-
scalaVersion := "2.11.8"
3+
scalaVersion := "2.12.0"
44
scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8", "-feature")
55

66
resolvers ++= Seq(
@@ -9,7 +9,7 @@ resolvers ++= Seq(
99
)
1010

1111
libraryDependencies ++= Seq(
12-
"io.github.gitbucket" %% "gitbucket" % "4.9.0",
12+
"io.github.gitbucket" %% "gitbucket" % "4.10.0",
1313
"javax.servlet" % "javax.servlet-api" % "3.1.0"
1414
)
1515

0 commit comments

Comments
 (0)