File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,8 @@ Use the mongodb functions in your app ...
133133
134134Write some spec tests ...
135135
136- ````scala
136+ ```scala
137+
137138import com .sfxcode .nosql .mongo .demo .restaurant .RestaurantDemoDatabase ._
138139import 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
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ name := "simple-mongo"
66
77organization := " com.sfxcode.nosql"
88
9- crossScalaVersions := Seq (" 2.13.0" , " 2.12.9 " )
9+ crossScalaVersions := Seq (" 2.13.0" , " 2.12.10 " )
1010
1111scalaVersion := 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
4646libraryDependencies += " ch.qos.logback" % " logback-classic" % " 1.2.3" % Test
4747
You can’t perform that action at this time.
0 commit comments