File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -28,4 +28,5 @@ h3. Version 0.2.2
2828 ** upgrade embed mongo to 1.41 version
2929 ** use only scala 2.10 version
3030 ** use default runtime config to switch off details console logging
31- https://github.com/flapdoodle-oss/de.flapdoodle.embed.mongo#usage---custom-mongod-process-output
31+ https://github.com/flapdoodle-oss/de.flapdoodle.embed.mongo#usage---custom-mongod-process-output
32+ fix bug : https://github.com/SimplyScala/scalatest-embedmongo/issues/4
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ object ScalaTestEmbededMongoBuild extends Build {
88 organization := " com.github.simplyscala" ,
99 description := " API to use embeded mongoDb database for testing in Scala" ,
1010
11- version := " 0.2.2-SNAPSHOT " ,
11+ version := " 0.2.2" ,
1212
1313 scalaVersion := " 2.10.1" ,
1414
You can’t perform that action at this time.
0 commit comments