Skip to content

Commit

Permalink
chore(dependencies): Found 7 dependency updates
Browse files Browse the repository at this point in the history
 * 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
  • Loading branch information
QuadStingray committed Mar 27, 2023
1 parent 2d56513 commit 89a0e27
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,13 @@ resolvers += "Sonatype OSS Snapshots".at("https://oss.sonatype.org/content/repos

// Test

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

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

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

val circeVersion = "0.14.4"
val circeVersion = "0.14.5"

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

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

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

val MongoJavaServerVersion = "1.43.0"

Expand Down

0 comments on commit 89a0e27

Please sign in to comment.