Skip to content

Commit ceff527

Browse files
committed
Upgrade Scala, sbt and GitBucket versions
1 parent baa3724 commit ceff527

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
organization := "io.github.gitbucket"
22
name := "gitbucket-explorer-plugin"
33
version := "9.0.0"
4-
scalaVersion := "2.13.3"
5-
gitbucketVersion := "4.35.0"
4+
scalaVersion := "2.13.5"
5+
gitbucketVersion := "4.35.3"
66

77
scalacOptions := Seq("-deprecation", "-feature", "-language:postfixOps")
88
javacOptions in compile ++= Seq("-target", "8", "-source", "8")

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,2 +1,2 @@
11
logLevel := Level.Warn
2-
addSbtPlugin("io.github.gitbucket" % "sbt-gitbucket-plugin" % "1.5.0")
2+
addSbtPlugin("io.github.gitbucket" % "sbt-gitbucket-plugin" % "1.5.1")

0 commit comments

Comments
 (0)