We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 984e2ce commit d749dc8Copy full SHA for d749dc8
project/Build.scala
@@ -41,12 +41,12 @@ object Build extends BuildDef {
41
val scalatestVersion = "3.2.12"
42
val scalatestplusScalacheckVersion = "3.2.12.0"
43
val scalacheckVersion = "1.16.0"
44
- val jettyVersion = "9.4.48.v20220622"
45
- val mongoVersion = "4.6.1"
+ val jettyVersion = "9.4.49.v20220914"
+ val mongoVersion = "4.7.2"
46
val springVersion = "4.3.26.RELEASE"
47
val typesafeConfigVersion = "1.4.2"
48
val commonsIoVersion = "1.3.2" // test only
49
- val scalaLoggingVersion = "3.9.4"
+ val scalaLoggingVersion = "3.9.5"
50
val akkaVersion = "2.6.19"
51
val monixVersion = "3.4.1"
52
val monixBioVersion = "1.2.0"
0 commit comments