Skip to content

Commit 3e844ad

Browse files
author
QuadStingray
committed
chore: 7 dependency updates
* com.github.luben:zstd-jni:provided : 1.5.2-2 -> 1.5.2-3 * com.typesafe.scala-logging:scala-logging : 3.9.4 -> 3.9.5 * de.bwaldvogel:mongo-java-server-h2-backend:provided : 1.39.0 -> 1.40.0 * de.bwaldvogel:mongo-java-server:provided : 1.39.0 -> 1.40.0 * io.circe:circe-core:test : 0.14.1 -> 0.14.2 * io.circe:circe-generic:test : 0.14.1 -> 0.14.2 * io.circe:circe-parser:test : 0.14.1 -> 0.14.2
1 parent bbe77de commit 3e844ad

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
@@ -37,7 +37,7 @@ lazy val docs = (project in file("docs"))
3737

3838
buildInfoOptions += BuildInfoOption.BuildTime
3939

40-
resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots"
40+
resolvers += "Sonatype OSS Snapshots".at("https://oss.sonatype.org/content/repositories/snapshots")
4141

4242
// Test
4343

@@ -47,7 +47,7 @@ libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.2.11" % Test
4747

4848
libraryDependencies += "joda-time" % "joda-time" % "2.10.14" % Test
4949

50-
val circeVersion = "0.14.1"
50+
val circeVersion = "0.14.2"
5151

5252
libraryDependencies ++= Seq(
5353
"io.circe" %% "circe-core",
@@ -59,9 +59,9 @@ libraryDependencies += "org.mongodb.scala" %% "mongo-scala-driver" % "4.6.0"
5959

6060
libraryDependencies += "org.xerial.snappy" % "snappy-java" % "1.1.8.4" % Provided
6161

62-
libraryDependencies += "com.github.luben" % "zstd-jni" % "1.5.2-2" % Provided
62+
libraryDependencies += "com.github.luben" % "zstd-jni" % "1.5.2-3" % Provided
6363

64-
val MongoJavaServerVersion = "1.39.0"
64+
val MongoJavaServerVersion = "1.40.0"
6565

6666
libraryDependencies += "de.bwaldvogel" % "mongo-java-server" % MongoJavaServerVersion % Provided
6767

@@ -71,7 +71,7 @@ libraryDependencies += "com.github.pathikrit" %% "better-files" % "3.9.1"
7171

7272
libraryDependencies += "com.typesafe" % "config" % "1.4.2"
7373

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

7676
libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.7.0"
7777

0 commit comments

Comments
 (0)