Skip to content

Commit

Permalink
chore: 2 dependency updates
Browse files Browse the repository at this point in the history
org.scala-lang.modules:scala-collection-compat : 2.7.0 -> 2.8.0
 org.specs2:specs2-core:test: 4.16.0 -> 4.16.1
  • Loading branch information
QuadStingray committed Jul 13, 2022
1 parent 901fb0d commit 00d3202
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 @@ -80,7 +80,7 @@ resolvers += "Sonatype OSS Snapshots".at("https://oss.sonatype.org/content/repos

// Test

libraryDependencies += "org.specs2" %% "specs2-core" % "4.16.0" % Test
libraryDependencies += "org.specs2" %% "specs2-core" % "4.16.1" % Test

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

Expand Down Expand Up @@ -112,7 +112,7 @@ libraryDependencies += "com.typesafe" % "config" % "1.4.2"

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

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

buildInfoPackage := "dev.mongocamp.driver.mongodb"

Expand Down

0 comments on commit 00d3202

Please sign in to comment.