File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -42,9 +42,9 @@ resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repos
4242
4343// Test
4444
45- libraryDependencies += " org.specs2" %% " specs2-core" % " 4.13.1 " % Test
45+ libraryDependencies += " org.specs2" %% " specs2-core" % " 4.13.2 " % Test
4646
47- libraryDependencies += " ch.qos.logback" % " logback-classic" % " 1.2.7 " % Test
47+ libraryDependencies += " ch.qos.logback" % " logback-classic" % " 1.2.10 " % Test
4848
4949libraryDependencies += " joda-time" % " joda-time" % " 2.10.13" % Test
5050
@@ -60,7 +60,7 @@ libraryDependencies += "org.mongodb.scala" %% "mongo-scala-driver" % "4.4.1"
6060
6161libraryDependencies += " org.xerial.snappy" % " snappy-java" % " 1.1.8.4" % Provided
6262
63- libraryDependencies += " com.github.luben" % " zstd-jni" % " 1.5.1 -1" % Provided
63+ libraryDependencies += " com.github.luben" % " zstd-jni" % " 1.5.2 -1" % Provided
6464
6565val MongoJavaServerVersion = " 1.39.0"
6666
@@ -70,7 +70,7 @@ libraryDependencies += "de.bwaldvogel" % "mongo-java-server-h2-backend" % MongoJ
7070
7171libraryDependencies += " com.github.pathikrit" %% " better-files" % " 3.9.1"
7272
73- libraryDependencies += " com.typesafe" % " config" % " 1.4.1 "
73+ libraryDependencies += " com.typesafe" % " config" % " 1.4.2 "
7474
7575libraryDependencies += " com.typesafe.scala-logging" %% " scala-logging" % " 3.9.4"
7676
Original file line number Diff line number Diff line change 1- sbt.version =1.6.1
1+ sbt.version =1.6.2
Original file line number Diff line number Diff line change 11addSbtPlugin(" org.scalastyle" %% " scalastyle-sbt-plugin" % " 1.0.0" )
22
3- addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.4.4 " )
3+ addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.4.6 " )
44
5- addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 1.9.2 " )
5+ addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 1.9.3 " )
66
77addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.10.0" )
88
99// updates
1010
11- addSbtPlugin(" com.timushev.sbt" % " sbt-updates" % " 0.6.0 " )
11+ addSbtPlugin(" com.timushev.sbt" % " sbt-updates" % " 0.6.1 " )
1212
1313addSbtPlugin(" com.github.fedragon" % " sbt-todolist" % " 0.7" )
1414
You can’t perform that action at this time.
0 commit comments