Skip to content

Commit 4211501

Browse files
committed
Bump Scala, sbt and GitBucket
1 parent 2fae022 commit 4211501

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

build.sbt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ val ScalatraVersion = "2.7.1"
33
organization := "fr.brouillard.gitbucket"
44
name := "gitbucket-h2-backup-plugin"
55
version := "1.9.0"
6-
scalaVersion := "2.13.3"
7-
gitbucketVersion := "4.35.0"
6+
scalaVersion := "2.13.5"
7+
gitbucketVersion := "4.35.3"
88
scalacOptions += "-deprecation"
99

1010
libraryDependencies ++= Seq(
11-
"org.scalatest" %% "scalatest-funspec" % "3.2.3" % "test",
12-
"org.scalatest" %% "scalatest-funsuite" % "3.2.3" % "test",
13-
"org.scalatra" %% "scalatra-scalatest" % ScalatraVersion % "test",
11+
"org.scalatest" %% "scalatest-funspec" % "3.2.3" % "test",
12+
"org.scalatest" %% "scalatest-funsuite" % "3.2.3" % "test",
13+
"org.scalatra" %% "scalatra-scalatest" % ScalatraVersion % "test",
1414
)

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

0 commit comments

Comments
 (0)