Skip to content

Commit 2547d47

Browse files
authored
Merge branch 'master' into update/mongodb-driver-core-5.4.0
2 parents 14580ca + f9e5759 commit 2547d47

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

.scala-steward.conf

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
pullRequests.grouping = [
2+
{
3+
name = "jetty",
4+
title = "Update Jetty dependencies",
5+
filter = [{ group = "org.eclipse.jetty" }, { group = "org.eclipse.jetty*" }]
6+
}
7+
]

project/Commons.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# suppress inspection "UnusedProperty"
2-
sbt.version=1.10.7
2+
sbt.version=1.10.11

project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.18.2")
55
addSbtPlugin("org.scala-js" % "sbt-jsdependencies" % "1.0.2")
66
addSbtPlugin("org.jetbrains.scala" % "sbt-ide-settings" % "1.1.2")
77
addSbtPlugin("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")
99
addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")
1010
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
1111
addSbtPlugin("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")

0 commit comments

Comments
 (0)