Skip to content

Commit ef456c2

Browse files
committed
specs updated
1 parent 86210fb commit ef456c2

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

CHANGES.md

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

33
## Versions
44

5+
### 1.7.1
6+
57
### 1.7.0
68
* mongo-scala-driver 2.8.0
79
* MongoDB Driver Async 3.12.0

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ resolvers +=
3939

4040
// Test
4141

42-
libraryDependencies += "org.specs2" %% "specs2-core" % "4.8.1" % Test
42+
libraryDependencies += "org.specs2" %% "specs2-core" % "4.8.3" % Test
4343

4444
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.2.3" % Test
4545

docs/src/main/paradox/features/aggregation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Aggregation
1+
# Aggregation
22

33
## Info
44

project/build.properties

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

project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0")
1616

1717
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.5.0")
1818

19-
addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.5")
19+
addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.6")
2020

21-
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.12")
21+
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.13")
2222

2323
// paradox
2424
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.6.8")

0 commit comments

Comments
 (0)