Skip to content

Commit 07bf61b

Browse files
committed
mongo-scala-driver 2.4.2
1 parent 7a74881 commit 07bf61b

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## Versions
44

5+
6+
### 1.5.6
7+
8+
* mongo-scala-driver 2.4.2
9+
510
### 1.5.5
611

712
* mongo-scala-driver 2.4.1

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ libraryDependencies += "com.typesafe" % "config" % "1.3.3" % Test
3333

3434
libraryDependencies += "joda-time" % "joda-time" % "2.10" % Test
3535

36-
libraryDependencies += "org.json4s" %% "json4s-native" % "3.6.0" % Test
36+
libraryDependencies += "org.json4s" %% "json4s-native" % "3.6.1" % Test
3737

3838
libraryDependencies += "com.github.pathikrit" %% "better-files" % "3.6.0" % Test
3939

4040

41-
libraryDependencies += "org.mongodb.scala" %% "mongo-scala-driver" % "2.4.1"
41+
libraryDependencies += "org.mongodb.scala" %% "mongo-scala-driver" % "2.4.2"
4242

4343
libraryDependencies += "com.typesafe.scala-logging" %% "scala-logging" % "3.9.0"
4444

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.2.1
1+
sbt.version=1.2.3

project/plugin.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.3.2")
1919

2020
addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.2")
2121

22-
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.4.0")
22+
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.4.2")
2323

24-
addSbtPlugin("io.github.jonas" % "sbt-paradox-material-theme" % "0.5.0")
24+
addSbtPlugin("io.github.jonas" % "sbt-paradox-material-theme" % "0.5.1")
2525

2626

0 commit comments

Comments
 (0)