File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
4444libraryDependencies += " ch.qos.logback" % " logback-classic" % " 1.2.3" % Test
4545
@@ -49,7 +49,7 @@ libraryDependencies += "org.json4s" %% "json4s-native" % "3.6.7" % Test
4949
5050libraryDependencies += " 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
5454libraryDependencies += " com.typesafe" % " config" % " 1.4.0"
5555
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.6")
2121addSbtPlugin(" 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
2626addSbtPlugin(" io.github.jonas" % " sbt-paradox-material-theme" % " 0.6.0" )
2727
You can’t perform that action at this time.
0 commit comments