We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac195e4 commit 29248c2Copy full SHA for 29248c2
CHANGES.md
@@ -2,6 +2,10 @@
2
3
## Versions
4
5
+
6
+### 1.6.1
7
+* sbt.version = 1.2.7
8
9
### 1.6.0
10
11
* mongo-scala-driver 2.5.0
build.sbt
@@ -6,7 +6,7 @@ name := "simple-mongo"
organization := "com.sfxcode.nosql"
-crossScalaVersions := Seq("2.12.6", "2.11.12")
+crossScalaVersions := Seq("2.12.8", "2.11.12")
scalaVersion := "2.12.8"
12
project/build.properties
@@ -1 +1 @@
1
-sbt.version=1.2.6
+sbt.version=1.2.7
0 commit comments