Skip to content

Commit 1e04d6a

Browse files
committed
release: O.2.2 version
1 parent 10e8ad1 commit 1e04d6a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

changelog.textile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

project/ScalaTestEmbededMongoBuild.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)