Skip to content

Commit

Permalink
Change group to net.fehmicansaglam
Browse files Browse the repository at this point in the history
  • Loading branch information
fehmicansaglam committed Jul 8, 2014
1 parent bc8e2b3 commit 24c5dd4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,21 +276,19 @@ Current version matrix is below:
|----------------------------------|------------------------------|
| 0.10.0.3 | 0.10.0 |
| 0.10.0.4-SNAPSHOT | 0.10.0 |
| 0.11.0.0-SNAPSHOT | 0.11.0-SNAPSHOT |

| reactivemongo-extensions-json | Target Play-ReactiveMongo version |
|----------------------------------|-----------------------------------|
| 0.10.0.3 | 0.10.2 |
| 0.10.0.4-SNAPSHOT | 0.10.2 |
| 0.11.0.0-SNAPSHOT | 0.11.0-SNAPSHOT |

Note: Only available for scala 2.10.

If you use SBT, you just have to edit build.sbt and add the following:

```scala
libraryDependencies ++= Seq(
"org.reactivemongo" %% "reactivemongo-extensions-bson" % "0.10.0.3"
"net.fehmicansaglam" %% "reactivemongo-extensions-bson" % "0.10.0.3"
)
```

Expand All @@ -300,7 +298,7 @@ Or if you want to be on the bleeding edge using snapshots:
resolvers += "Sonatype Snapshots" at "http://oss.sonatype.org/content/repositories/snapshots/"

libraryDependencies ++= Seq(
"org.reactivemongo" %% "reactivemongo-extensions-bson" % "0.10.0.4-SNAPSHOT"
"net.fehmicansaglam" %% "reactivemongo-extensions-bson" % "0.10.0.4-SNAPSHOT"
)
```

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import scalariform.formatter.preferences._
name := "reactivemongo-extensions"

lazy val commonSettings = Seq(
organization := "org.reactivemongo",
organization := "net.fehmicansaglam",
version := "0.10.0.4-SNAPSHOT",
scalaVersion := "2.10.4",
scalacOptions := Seq(
Expand Down

0 comments on commit 24c5dd4

Please sign in to comment.