Skip to content

Commit 29248c2

Browse files
committed
sbt.version=1.2.7
1 parent ac195e4 commit 29248c2

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGES.md

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

33
## Versions
44

5+
6+
### 1.6.1
7+
* sbt.version = 1.2.7
8+
59
### 1.6.0
610

711
* mongo-scala-driver 2.5.0

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name := "simple-mongo"
66

77
organization := "com.sfxcode.nosql"
88

9-
crossScalaVersions := Seq("2.12.6", "2.11.12")
9+
crossScalaVersions := Seq("2.12.8", "2.11.12")
1010

1111
scalaVersion := "2.12.8"
1212

project/build.properties

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

0 commit comments

Comments
 (0)