Skip to content

Commit f3302c0

Browse files
committed
mongo-scala-driver 2.9.0
1 parent ef456c2 commit f3302c0

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGES.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
## Versions
44

55
### 1.7.1
6+
* [mongo-scala-driver 2.9.0](https://mongodb.github.io/mongo-scala-driver/2.9/changelog/)
7+
68

79
### 1.7.0
8-
* mongo-scala-driver 2.8.0
10+
* [mongo-scala-driver 2.8.0](https://mongodb.github.io/mongo-scala-driver/2.8/changelog/)
911
* MongoDB Driver Async 3.12.0
1012
*
1113
### 1.6.7

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ resolvers +=
3939

4040
// Test
4141

42-
libraryDependencies += "org.specs2" %% "specs2-core" % "4.8.3" % Test
42+
libraryDependencies += "org.specs2" %% "specs2-core" % "4.9.2" % Test
4343

4444
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.2.3" % Test
4545

@@ -49,7 +49,7 @@ libraryDependencies += "org.json4s" %% "json4s-native" % "3.6.7" % Test
4949

5050
libraryDependencies += "com.github.pathikrit" %% "better-files" % "3.8.0" % Test
5151

52-
libraryDependencies += "org.mongodb.scala" %% "mongo-scala-driver" % "2.8.0"
52+
libraryDependencies += "org.mongodb.scala" %% "mongo-scala-driver" % "2.9.0"
5353

5454
libraryDependencies += "com.typesafe" % "config" % "1.4.0"
5555

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.6")
2121
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.13")
2222

2323
// paradox
24-
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.6.8")
24+
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.6.9")
2525

2626
addSbtPlugin("io.github.jonas" % "sbt-paradox-material-theme" % "0.6.0")
2727

0 commit comments

Comments
 (0)