Skip to content

Commit 00d3202

Browse files
author
QuadStingray
committed
chore: 2 dependency updates
org.scala-lang.modules:scala-collection-compat : 2.7.0 -> 2.8.0 org.specs2:specs2-core:test: 4.16.0 -> 4.16.1
1 parent 901fb0d commit 00d3202

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
@@ -80,7 +80,7 @@ resolvers += "Sonatype OSS Snapshots".at("https://oss.sonatype.org/content/repos
8080

8181
// Test
8282

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

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

@@ -112,7 +112,7 @@ libraryDependencies += "com.typesafe" % "config" % "1.4.2"
112112

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

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

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

0 commit comments

Comments
 (0)