File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ val ScalatraVersion = "2.7.1"
3
3
organization := " fr.brouillard.gitbucket"
4
4
name := " gitbucket-h2-backup-plugin"
5
5
version := " 1.9.0"
6
- scalaVersion := " 2.13.3 "
7
- gitbucketVersion := " 4.35.0 "
6
+ scalaVersion := " 2.13.5 "
7
+ gitbucketVersion := " 4.35.3 "
8
8
scalacOptions += " -deprecation"
9
9
10
10
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" ,
14
14
)
Original file line number Diff line number Diff line change 1
- sbt.version = 1.4.6
1
+ sbt.version = 1.5.0
You can’t perform that action at this time.
0 commit comments