Skip to content

Commit 52cc881

Browse files
committed
Bump Scala, sbt and GitBucket version
1 parent ea9f113 commit 52cc881

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name := "gitbucket-notifications-plugin"
22
organization := "io.github.gitbucket"
33
version := "1.10.0"
4-
scalaVersion := "2.13.3"
5-
gitbucketVersion := "4.35.0"
4+
scalaVersion := "2.13.5"
5+
gitbucketVersion := "4.35.3"
66
scalacOptions := Seq("-deprecation", "-language:postfixOps", "-feature")

project/build.properties

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

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
addSbtPlugin("io.github.gitbucket" % "sbt-gitbucket-plugin" % "1.5.0")
1+
addSbtPlugin("io.github.gitbucket" % "sbt-gitbucket-plugin" % "1.5.1")

0 commit comments

Comments
 (0)