Skip to content

Commit

Permalink
Bump Scala, sbt and GitBucket version
Browse files Browse the repository at this point in the history
  • Loading branch information
takezoe committed Apr 20, 2021
1 parent 320f341 commit 3f2baad
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
organization := "gitbucket"
name := "gitbucket-pages-plugin"
scalaVersion := "2.13.3"
scalaVersion := "2.13.5"
version := "1.9.0"
gitbucketVersion := "4.35.0"
gitbucketVersion := "4.35.3"
scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8", "-feature")

scalafmtOnCompile := true
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.4.4
sbt.version=1.5.0
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "1.5.0")
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.9.0")
addSbtPlugin("io.github.gitbucket" % "sbt-gitbucket-plugin" % "1.5.0")
addSbtPlugin("io.github.gitbucket" % "sbt-gitbucket-plugin" % "1.5.1")
3 changes: 2 additions & 1 deletion src/main/scala/gitbucket/plugin/service/PagesService.scala
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ trait PagesService {
.map(t => t.source)
.update(source)

def renameRepository(userName: String, oldRepositoryName: String, newRepositoryName: String)(implicit
def renameRepository(userName: String, oldRepositoryName: String, newRepositoryName: String)(
implicit
s: Session
): Unit =
Pages
Expand Down

0 comments on commit 3f2baad

Please sign in to comment.