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"
33organization := " fr.brouillard.gitbucket"
44name := " gitbucket-h2-backup-plugin"
55version := " 1.9.0"
6- scalaVersion := " 2.13.3 "
7- gitbucketVersion := " 4.35.0 "
6+ scalaVersion := " 2.13.5 "
7+ gitbucketVersion := " 4.35.3 "
88scalacOptions += " -deprecation"
99
1010libraryDependencies ++= 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)
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