File tree Expand file tree Collapse file tree 4 files changed +11
-4
lines changed
Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1+ pullRequests.grouping = [
2+ {
3+ name = "jetty",
4+ title = "Update Jetty dependencies",
5+ filter = [{ group = "org.eclipse.jetty" }, { group = "org.eclipse.jetty*" }]
6+ }
7+ ]
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ object Commons extends ProjectGroup("commons") {
2929 val scalatestVersion = " 3.2.19"
3030 val scalatestplusScalacheckVersion = " 3.2.14.0"
3131 val scalacheckVersion = " 1.18.1"
32- val jettyVersion = " 12.0.16 "
32+ val jettyVersion = " 12.0.18 "
3333 val mongoVersion = " 5.4.0"
3434 val springVersion = " 5.3.39"
3535 val typesafeConfigVersion = " 1.4.3"
Original file line number Diff line number Diff line change 11# suppress inspection "UnusedProperty"
2- sbt.version =1.10.7
2+ sbt.version =1.10.11
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.18.2")
55addSbtPlugin(" org.scala-js" % " sbt-jsdependencies" % " 1.0.2" )
66addSbtPlugin(" org.jetbrains.scala" % " sbt-ide-settings" % " 1.1.2" )
77addSbtPlugin(" pl.project13.scala" % " sbt-jmh" % " 0.4.7" )
8- addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.9.2 " )
8+ addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.9.3 " )
99addSbtPlugin(" com.github.sbt" % " sbt-unidoc" % " 0.5.0" )
1010addSbtPlugin(" com.typesafe" % " sbt-mima-plugin" % " 1.1.4" )
1111addSbtPlugin(" com.timushev.sbt" % " sbt-updates" % " 0.6.4" )
12- addSbtPlugin(" com.github.sbt" % " sbt-github-actions" % " 0.24 .0" )
12+ addSbtPlugin(" com.github.sbt" % " sbt-github-actions" % " 0.25 .0" )
You can’t perform that action at this time.
0 commit comments