File tree Expand file tree Collapse file tree 5 files changed +14
-9
lines changed Expand file tree Collapse file tree 5 files changed +14
-9
lines changed Original file line number Diff line number Diff line change 33## Versions
44
55
6+ ### 1.6.2
7+ * mongo-scala-driver 2.6.0
8+ * MongoDB Driver Async 3.10.0
9+ * sbt.version = 1.2.8
10+
611### 1.6.1
712* sbt.version = 1.2.7
813
Original file line number Diff line number Diff line change @@ -25,20 +25,20 @@ buildInfoOptions += BuildInfoOption.BuildTime
2525
2626// Test
2727
28- libraryDependencies += " org.specs2" %% " specs2-core" % " 4.3.6 " % Test
28+ libraryDependencies += " org.specs2" %% " specs2-core" % " 4.4.1 " % Test
2929
3030libraryDependencies += " ch.qos.logback" % " logback-classic" % " 1.2.3" % Test
3131
3232libraryDependencies += " com.typesafe" % " config" % " 1.3.3" % Test
3333
3434libraryDependencies += " joda-time" % " joda-time" % " 2.10.1" % Test
3535
36- libraryDependencies += " org.json4s" %% " json4s-native" % " 3.6.3 " % Test
36+ libraryDependencies += " org.json4s" %% " json4s-native" % " 3.6.4 " % Test
3737
3838libraryDependencies += " com.github.pathikrit" %% " better-files" % " 3.7.0" % Test
3939
4040
41- libraryDependencies += " org.mongodb.scala" %% " mongo-scala-driver" % " 2.5 .0"
41+ libraryDependencies += " org.mongodb.scala" %% " mongo-scala-driver" % " 2.6 .0"
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.7
1+ sbt.version =1.2.8
Original file line number Diff line number Diff line change @@ -9,21 +9,21 @@ addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.8.0")
99
1010addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 1.5.1" )
1111
12- addSbtPlugin(" com.timushev.sbt" % " sbt-updates" % " 0.3.4 " )
12+ addSbtPlugin(" com.timushev.sbt" % " sbt-updates" % " 0.4.0 " )
1313
1414addSbtPlugin(" org.foundweekends" % " sbt-bintray" % " 0.5.4" )
1515
1616addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.9.0" )
1717
18- addSbtPlugin(" com.github.gseitz" % " sbt-release" % " 1.0.10 " )
18+ addSbtPlugin(" com.github.gseitz" % " sbt-release" % " 1.0.11 " )
1919
2020
2121addSbtPlugin(" com.typesafe.sbt" % " sbt-site" % " 1.3.2" )
2222
23- addSbtPlugin(" com.typesafe.sbt" % " sbt-ghpages" % " 0.6.2 " )
23+ addSbtPlugin(" com.typesafe.sbt" % " sbt-ghpages" % " 0.6.3 " )
2424
2525addSbtPlugin(" com.lightbend.paradox" % " sbt-paradox" % " 0.4.2" )
2626
27- addSbtPlugin(" io.github.jonas" % " sbt-paradox-material-theme" % " 0.5.1 " )
27+ addSbtPlugin(" io.github.jonas" % " sbt-paradox-material-theme" % " 0.6.0 " )
2828
2929
Original file line number Diff line number Diff line change 1- version in ThisBuild := " 1.6.1 -SNAPSHOT"
1+ version in ThisBuild := " 1.6.2 -SNAPSHOT"
You can’t perform that action at this time.
0 commit comments