File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -40,4 +40,4 @@ updates.pin = []
40
40
# Default: "${default}" which is equivalent to "Update ${artifactName} to ${nextVersion}"
41
41
commits.message = "Update ${artifactName} from ${currentVersion} to ${nextVersion}"
42
42
43
- buildRoots = ["."]
43
+ buildRoots = [".", "scalatra" ]
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ libraryDependencies ++= Seq(
14
14
" org.scalatra" %% " scalatra-auth" % ScalatraVersion ,
15
15
" org.scalatra" %% " scalatra-json" % " 2.8.4" ,
16
16
" org.json4s" %% " json4s-jackson" % " 4.0.6" ,
17
- " com.typesafe.slick" %% " slick" % " 3.3.3 " ,
18
- " com.h2database" % " h2" % " 1.4.196 " ,
17
+ " com.typesafe.slick" %% " slick" % " 3.4.1 " ,
18
+ " com.h2database" % " h2" % " 2.1.214 " ,
19
19
" com.mchange" % " c3p0" % " 0.9.5.5"
20
20
)
21
21
libraryDependencySchemes += " org.scala-lang.modules" %% " scala-xml" % VersionScheme .Always
Original file line number Diff line number Diff line change 1
- addSbtPlugin(" com.typesafe.sbt" % " sbt-twirl" % " 1.4.2" )
2
- addSbtPlugin(" com.earldouglas" % " xsbt-web-plugin" % " 4.2.1" )
1
+ addSbtPlugin(" com.typesafe.play" % " sbt-twirl" % " 1.6.2" )
2
+ addSbtPlugin(" com.earldouglas" % " xsbt-web-plugin" % " 4.2.4" )
3
+ libraryDependencySchemes += " org.scala-lang.modules" %% " scala-xml" % VersionScheme .Always
You can’t perform that action at this time.
0 commit comments