Skip to content

Commit b1c838b

Browse files
committed
update dependencies to the latest version.
1 parent 6d7b4c5 commit b1c838b

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

build.sbt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
val Organization = "fr.brouillard.gitbucket"
22
val ProjectName = "gitbucket-announce-plugin"
3-
val ProjectVersion = "1.6.0"
3+
val ProjectVersion = "1.7.0"
44

55
lazy val root = (project in file(".")).enablePlugins(SbtTwirl)
66

77
organization := Organization
88
name := ProjectName
99
version := ProjectVersion
10-
scalaVersion := "2.12.1"
10+
scalaVersion := "2.12.2"
1111

1212
libraryDependencies ++= Seq(
13-
"io.github.gitbucket" %% "gitbucket" % "4.10.0" % "provided",
14-
"io.github.gitbucket" % "solidbase" % "1.0.0" % "provided",
13+
"io.github.gitbucket" %% "gitbucket" % "4.13.0" % "provided",
14+
"io.github.gitbucket" % "solidbase" % "1.0.2" % "provided",
1515
"com.typesafe.play" %% "twirl-compiler" % "1.3.0" % "provided",
1616
"org.apache.commons" % "commons-email" % "1.4" % "provided",
1717
"com.sun.mail" % "javax.mail" % "1.5.2" % "provided",
1818
"javax.servlet" % "javax.servlet-api" % "3.1.0" % "provided"
1919
)
2020

2121
scalacOptions := Seq("-deprecation", "-feature", "-language:postfixOps", "-Ydelambdafy:method", "-target:jvm-1.8")
22-
javacOptions in compile ++= Seq("-target", "7", "-source", "7")
22+
javacOptions in compile ++= Seq("-target", "8", "-source", "8")
2323

24-
useJCenter := true
24+
useJCenter := true

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version = 0.13.12
1+
sbt.version = 0.13.15

src/main/scala/Plugin.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ class Plugin extends gitbucket.core.plugin.Plugin {
1818
, new Version("1.4.0")
1919
, new Version("1.5.0")
2020
, new Version("1.6.0")
21+
, new Version("1.7.0")
2122
)
2223

2324
override val systemSettingMenus: Seq[(Context) => Option[Link]] = Seq(

0 commit comments

Comments
 (0)