Skip to content

Commit 89a0e27

Browse files
author
QuadStingray
committed
chore(dependencies): Found 7 dependency updates
* ch.qos.logback:logback-classic:test : 1.4.5 -> 1.4.6 * com.github.luben:zstd-jni:provided : 1.5.4-1 -> 1.5.4-2 * io.circe:circe-core:test : 0.14.4 -> 0.14.5 * io.circe:circe-generic:test : 0.14.4 -> 0.14.5 * io.circe:circe-parser:test : 0.14.4 -> 0.14.5 * joda-time:joda-time:test : 2.12.2 -> 2.12.4 * org.specs2:specs2-core:test : 4.19.2 -> 4.20.0
1 parent 2d56513 commit 89a0e27

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.sbt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,13 @@ resolvers += "Sonatype OSS Snapshots".at("https://oss.sonatype.org/content/repos
8080

8181
// Test
8282

83-
libraryDependencies += "org.specs2" %% "specs2-core" % "4.19.2" % Test
83+
libraryDependencies += "org.specs2" %% "specs2-core" % "4.20.0" % Test
8484

85-
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.4.5" % Test
85+
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.4.6" % Test
8686

87-
libraryDependencies += "joda-time" % "joda-time" % "2.12.2" % Test
87+
libraryDependencies += "joda-time" % "joda-time" % "2.12.4" % Test
8888

89-
val circeVersion = "0.14.4"
89+
val circeVersion = "0.14.5"
9090

9191
libraryDependencies ++= Seq(
9292
"io.circe" %% "circe-core",
@@ -98,7 +98,7 @@ libraryDependencies += "org.mongodb.scala" %% "mongo-scala-driver" % "4.9.0"
9898

9999
libraryDependencies += "org.xerial.snappy" % "snappy-java" % "1.1.9.1" % Provided
100100

101-
libraryDependencies += "com.github.luben" % "zstd-jni" % "1.5.4-1" % Provided
101+
libraryDependencies += "com.github.luben" % "zstd-jni" % "1.5.4-2" % Provided
102102

103103
val MongoJavaServerVersion = "1.43.0"
104104

0 commit comments

Comments
 (0)