Skip to content

Commit e11f1a4

Browse files
committed
update dependencies again
1 parent 6d79ac0 commit e11f1a4

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.MD

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ On success, you will receive a `HTTP 200` answer with a body containing `done: F
4545

4646
Plugin version | GitBucket version
4747
:--------------|:-----------------
48-
1.5.x | >= 4.11.y
48+
1.5.x | >= 4.12.y
4949
1.4.x | >= 4.10.y
5050
1.3.x | >= 4.3.y
5151
1.2.x | 4.x.y
@@ -66,7 +66,7 @@ sbt clean package
6666
## Release Notes
6767

6868
### 1.5.0
69-
- compatibility with gitbucket 4.11.0 and scala 2.12
69+
- compatibility with gitbucket 4.12.1 and scala 2.12
7070

7171
### 1.4.0
7272

build.sbt

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ lazy val h2_backup_plugin = (project in file(".")).enablePlugins(SbtTwirl)
77
organization := Organization
88
name := ProjectName
99
version := ProjectVersion
10-
scalaVersion := "2.12.1"
10+
scalaVersion := "2.12.2"
1111

1212

1313
libraryDependencies ++= Seq(
14-
"io.github.gitbucket" %% "gitbucket" % "4.11.0" % "provided",
15-
"io.github.gitbucket" % "solidbase" % "1.0.0" % "provided",
14+
"io.github.gitbucket" %% "gitbucket" % "4.12.1" % "provided",
15+
"io.github.gitbucket" % "solidbase" % "1.0.2" % "provided",
1616
"com.typesafe.play" %% "twirl-compiler" % "1.3.0" % "provided",
1717
"javax.servlet" % "javax.servlet-api" % "3.1.0" % "provided"
1818
)

project/build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version = 0.13.13
1+
sbt.version = 0.13.15

0 commit comments

Comments
 (0)