Skip to content

Commit 1012052

Browse files
committed
2.13 ad default
1 parent 5338c06 commit 1012052

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,8 @@ Use the mongodb functions in your app ...
133133

134134
Write some spec tests ...
135135

136-
````scala
136+
```scala
137+
137138
import com.sfxcode.nosql.mongo.demo.restaurant.RestaurantDemoDatabase._
138139
import org.specs2.mutable.Specification
139140

@@ -151,7 +152,14 @@ class RestaurantDemoSpec extends Specification with RestaurantDemoDatabaseFuncti
151152
}
152153

153154
}
155+
154156
```
157+
## Supporters
158+
159+
JetBrains is supporting this open source project with:
160+
161+
[![Intellij IDEA](http://www.jetbrains.com/img/logos/logo_intellij_idea.png)](http://www.jetbrains.com/idea/)
162+
155163

156164

157165

build.sbt

Lines changed: 2 additions & 2 deletions
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.13.0", "2.12.9")
9+
crossScalaVersions := Seq("2.13.0", "2.12.10")
1010

1111
scalaVersion := crossScalaVersions.value.head
1212

@@ -41,7 +41,7 @@ resolvers +=
4141

4242
// Test
4343

44-
libraryDependencies += "org.specs2" %% "specs2-core" % "4.7.0" % Test
44+
libraryDependencies += "org.specs2" %% "specs2-core" % "4.7.1" % Test
4545

4646
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.2.3" % Test
4747

0 commit comments

Comments
 (0)