File tree Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -33,12 +33,12 @@ libraryDependencies += "com.typesafe" % "config" % "1.3.3" % Test
3333
3434libraryDependencies += " 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
3838libraryDependencies += " 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
4343libraryDependencies += " com.typesafe.scala-logging" %% " scala-logging" % " 3.9.0"
4444
Original file line number Diff line number Diff line change 1- sbt.version =1.2.1
1+ sbt.version =1.2.3
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.3.2")
1919
2020addSbtPlugin(" 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
You can’t perform that action at this time.
0 commit comments