Skip to content

Commit 63c3b46

Browse files
committed
chore: dependency updates
* org.mongodb.scala:mongo-scala-driver : 4.11.0 -> 4.11.1 * org.specs2:specs2-core:test : 4.20.2 -> 4.20.3
1 parent 6b19d1c commit 63c3b46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ resolvers += "Sonatype OSS Snapshots".at("https://oss.sonatype.org/content/repos
6161

6262
// Test
6363

64-
libraryDependencies += "org.specs2" %% "specs2-core" % "4.20.2" % Test
64+
libraryDependencies += "org.specs2" %% "specs2-core" % "4.20.3" % Test
6565

6666
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.4.11" % Test
6767

@@ -75,7 +75,7 @@ libraryDependencies ++= Seq(
7575
"io.circe" %% "circe-parser"
7676
).map(_ % circeVersion % Test)
7777

78-
libraryDependencies += "org.mongodb.scala" %% "mongo-scala-driver" % "4.11.0"
78+
libraryDependencies += "org.mongodb.scala" %% "mongo-scala-driver" % "4.11.1"
7979

8080
libraryDependencies += "org.xerial.snappy" % "snappy-java" % "1.1.10.5" % Provided
8181

0 commit comments

Comments
 (0)