Skip to content

Commit 5b986dd

Browse files
committed
Added scalatra back to scala-steward
1 parent 0dbfe5e commit 5b986dd

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.scala-steward.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ updates.pin = []
4040
# Default: "${default}" which is equivalent to "Update ${artifactName} to ${nextVersion}"
4141
commits.message = "Update ${artifactName} from ${currentVersion} to ${nextVersion}"
4242

43-
buildRoots = ["."]
43+
buildRoots = [".", "scalatra"]

scalatra/build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ libraryDependencies ++= Seq(
1414
"org.scalatra" %% "scalatra-auth" % ScalatraVersion,
1515
"org.scalatra" %% "scalatra-json" % "2.8.4",
1616
"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",
1919
"com.mchange" % "c3p0" % "0.9.5.5"
2020
)
2121
libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always

scalatra/project/plugins.sbt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
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

0 commit comments

Comments
 (0)