File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 22
33## Versions
44
5+ ### 1.3.0
6+
7+ * Crud refactoring
8+ * CrudObserver Trait (optional usage)
9+
10+
511### 1.2.0
612
713* Relations added
Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ A small library for easy usage of the mongo-scala-driver.
77
88Documentation can be found [ here] ( https://sfxcode.github.io/simple-mongo/ ) .
99
10-
11-
1210## Version
1311
1412Scala Version is 2.12.x / 2.11.x.
@@ -33,7 +31,7 @@ Add following lines to your build.sbt
3331```
3432resolvers += "sxfcode Bintray Repo" at "https://dl.bintray.com/sfxcode/maven/"
3533
36- libraryDependencies += "com.sfxcode.nosql" %% "simple-mongo" % "1.2 .0"
34+ libraryDependencies += "com.sfxcode.nosql" %% "simple-mongo" % "1.3 .0"
3735
3836```
3937
Original file line number Diff line number Diff line change 1- version in ThisBuild := " 1.3.0 "
1+ version in ThisBuild := " 1.3.1-SNAPSHOT "
You can’t perform that action at this time.
0 commit comments