Skip to content

Commit 3f6a48a

Browse files
authored
Merge branch 'master' into update/jetty
2 parents 301d073 + f849dc0 commit 3f6a48a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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 scalatestplusScalacheckVersion = "3.2.14.0"
3030
val scalacheckVersion = "1.18.1"
3131
val jettyVersion = "12.0.22"
32-
val mongoVersion = "5.5.0"
32+
val mongoVersion = "5.5.1"
3333
val springVersion = "5.3.39"
3434
val typesafeConfigVersion = "1.4.3"
3535
val commonsIoVersion = "1.3.2" // test only

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.1
2+
sbt.version=1.11.2

0 commit comments

Comments
 (0)