File tree Expand file tree Collapse file tree 5 files changed +9
-5
lines changed Expand file tree Collapse file tree 5 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 22
33## Versions
44
5+ ### 1.5.5
6+
7+ * mongo-scala-driver 2.4.1
8+
59### 1.5.3
610
711* scala 2.11.12
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ buildInfoOptions += BuildInfoOption.BuildTime
2525
2626// Test
2727
28- libraryDependencies += " org.specs2" %% " specs2-core" % " 4.3.2 " % Test
28+ libraryDependencies += " org.specs2" %% " specs2-core" % " 4.3.4 " % Test
2929
3030libraryDependencies += " ch.qos.logback" % " logback-classic" % " 1.2.3" % Test
3131
@@ -38,7 +38,7 @@ libraryDependencies += "org.json4s" %% "json4s-native" % "3.6.0" % Test
3838libraryDependencies += " com.github.pathikrit" %% " better-files" % " 3.6.0" % Test
3939
4040
41- libraryDependencies += " org.mongodb.scala" %% " mongo-scala-driver" % " 2.4.0 "
41+ libraryDependencies += " org.mongodb.scala" %% " mongo-scala-driver" % " 2.4.1 "
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.0
1+ sbt.version =1.2.1
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ 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.3.5 " )
22+ addSbtPlugin(" com.lightbend.paradox" % " sbt-paradox" % " 0.4.0 " )
2323
2424addSbtPlugin(" io.github.jonas" % " sbt-paradox-material-theme" % " 0.4.0" )
2525
Original file line number Diff line number Diff line change 1- version in ThisBuild := " 1.5.5-SNAPSHOT "
1+ version in ThisBuild := " 1.5.5"
You can’t perform that action at this time.
0 commit comments