File tree Expand file tree Collapse file tree 4 files changed +6
-8
lines changed Expand file tree Collapse file tree 4 files changed +6
-8
lines changed 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.0 " % Test
42+ libraryDependencies += " org.specs2" %% " specs2-core" % " 4.8.1 " % 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.7 .0"
52+ libraryDependencies += " org.mongodb.scala" %% " mongo-scala-driver" % " 2.8 .0"
5353
5454libraryDependencies += " com.typesafe" % " config" % " 1.4.0"
5555
Original file line number Diff line number Diff line change 1- sbt.version =1.3.3
1+ sbt.version =1.3.4
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "1.5.1")
77
88addSbtPlugin(" org.scalariform" % " sbt-scalariform" % " 1.8.3" )
99
10- addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 1.6.0 " )
10+ addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 1.6.1 " )
1111
1212addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.9.0" )
1313
@@ -21,9 +21,7 @@ addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.5")
2121addSbtPlugin(" com.github.gseitz" % " sbt-release" % " 1.0.12" )
2222
2323// paradox
24- addSbtPlugin(" com.lightbend.paradox" % " sbt-paradox" % " 0.6.6" )
25-
26- addSbtPlugin(" com.lightbend.paradox" % " sbt-paradox-theme" % " 0.6.6" )
24+ addSbtPlugin(" com.lightbend.paradox" % " sbt-paradox" % " 0.6.8" )
2725
2826addSbtPlugin(" io.github.jonas" % " sbt-paradox-material-theme" % " 0.6.0" )
2927
Original file line number Diff line number Diff line change 1- version in ThisBuild := " 1.6.7-SNAPSHOT "
1+ version in ThisBuild := " 1.7.0 "
You can’t perform that action at this time.
0 commit comments