Skip to content

Commit 9c8c325

Browse files
authored
Merge branch 'master' into update/mongodb-driver-core-5.6.0
2 parents a6d31e9 + 575345c commit 9c8c325

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

project/Commons.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ object Commons extends ProjectGroup("commons") {
2727
val jsr305Version = "3.0.2"
2828
val scalatestVersion = "3.2.19"
2929
val scalatestplusScalacheckVersion = "3.2.14.0"
30-
val scalacheckVersion = "1.18.1"
31-
val jettyVersion = "12.1.0"
30+
val scalacheckVersion = "1.19.0"
31+
val jettyVersion = "12.1.1"
3232
val mongoVersion = "5.6.0"
3333
val springVersion = "5.3.39"
34-
val typesafeConfigVersion = "1.4.4"
34+
val typesafeConfigVersion = "1.4.5"
3535
val commonsIoVersion = "1.3.2" // test only
3636
val scalaLoggingVersion = "3.9.5"
3737
val pekkoVersion = "1.2.0"

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.11.5
2+
sbt.version=1.11.6

project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
logLevel := Level.Warn
22

33
addSbtPlugin("com.github.ghik" % "sbt-nosbt" % "0.2.1")
4-
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.19.0")
4+
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.20.1")
55
addSbtPlugin("org.scala-js" % "sbt-jsdependencies" % "1.0.2")
66
addSbtPlugin("org.jetbrains.scala" % "sbt-ide-settings" % "1.1.3")
77
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
88
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2")
99
addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.6.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.27.0")
12+
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.28.0")

0 commit comments

Comments
 (0)