File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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.15 .0" % Test
83+ libraryDependencies += " org.specs2" %% " specs2-core" % " 4.16 .0" % Test
8484
8585libraryDependencies += " ch.qos.logback" % " logback-classic" % " 1.2.11" % Test
8686
@@ -94,7 +94,7 @@ libraryDependencies ++= Seq(
9494 " io.circe" %% " circe-parser"
9595).map(_ % circeVersion % Test )
9696
97- libraryDependencies += " org.mongodb.scala" %% " mongo-scala-driver" % " 4.6.0 "
97+ libraryDependencies += " org.mongodb.scala" %% " mongo-scala-driver" % " 4.6.1 "
9898
9999libraryDependencies += " org.xerial.snappy" % " snappy-java" % " 1.1.8.4" % Provided
100100
Original file line number Diff line number Diff line change 11{
2- "name" : " mongocamp-server " ,
3- "version" : " 2.4.6.snapshot " ,
2+ "name" : " mongodb-driver " ,
3+ "version" : " 2.4.7 " ,
44 "repository" : {
55 "type" : " git" ,
66 "url" : " git+https://github.com/MongoCamp/mongodb-driver.git"
You can’t perform that action at this time.
0 commit comments