Skip to content

Commit 30e281a

Browse files
committed
chore: Dependency Updates
1 parent 054b35f commit 30e281a

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

build.sbt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

4949
libraryDependencies += "joda-time" % "joda-time" % "2.10.13" % Test
5050

@@ -60,7 +60,7 @@ libraryDependencies += "org.mongodb.scala" %% "mongo-scala-driver" % "4.4.1"
6060

6161
libraryDependencies += "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

6565
val MongoJavaServerVersion = "1.39.0"
6666

@@ -70,7 +70,7 @@ libraryDependencies += "de.bwaldvogel" % "mongo-java-server-h2-backend" % MongoJ
7070

7171
libraryDependencies += "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

7575
libraryDependencies += "com.typesafe.scala-logging" %% "scala-logging" % "3.9.4"
7676

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.6.1
1+
sbt.version=1.6.2

project/plugins.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
addSbtPlugin("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

77
addSbtPlugin("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

1313
addSbtPlugin("com.github.fedragon" % "sbt-todolist" % "0.7")
1414

0 commit comments

Comments
 (0)