Skip to content

Commit

Permalink
chore: dependency updates
Browse files Browse the repository at this point in the history
* org.mongodb.scala:mongo-scala-driver : 4.11.0 -> 4.11.1
* org.specs2:specs2-core:test          : 4.20.2 -> 4.20.3
  • Loading branch information
QuadStingray committed Nov 21, 2023
1 parent 6b19d1c commit 63c3b46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ resolvers += "Sonatype OSS Snapshots".at("https://oss.sonatype.org/content/repos

// Test

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

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

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

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

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

Expand Down

0 comments on commit 63c3b46

Please sign in to comment.