Skip to content

Commit

Permalink
Bump 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vkostyukov committed Jun 8, 2015
1 parent 9d57331 commit 64ee836
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Every Finch module is published at Maven Central. Use the following _sbt_ snippe

```scala
libraryDependencies ++= Seq(
"com.github.finagle" %% "[finch-module]" % "0.6.0"
"com.github.finagle" %% "[finch-module]" % "0.7.0"
)
```

Expand All @@ -46,7 +46,7 @@ libraryDependencies ++= Seq(
resolvers += Resolver.sonatypeRepo("snapshots")

libraryDependencies ++= Seq(
"com.github.finagle" %% "[finch-module]" % "0.7.0-SNAPSHOT" changing()
"com.github.finagle" %% "[finch-module]" % "0.8.0-SNAPSHOT" changing()
)
```

Expand Down
2 changes: 1 addition & 1 deletion argonaut/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Use the following _sbt_ snippet:

```scala
libraryDependencies ++= Seq(
"com.github.finagle" %% "finch-argonaut" % "0.6.0"
"com.github.finagle" %% "finch-argonaut" % "0.7.0"
)
```

Expand Down
2 changes: 1 addition & 1 deletion auth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Use the following _sbt_ snippet:

```scala
libraryDependencies ++= Seq(
"com.github.finagle" %% "finch-auth" % "0.6.0"
"com.github.finagle" %% "finch-auth" % "0.7.0"
)
```

Expand Down
7 changes: 6 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import scoverage.ScoverageSbtPlugin.ScoverageKeys.coverageExcludedPackages

lazy val buildSettings = Seq(
organization := "com.github.finagle",
version := "0.7.0-SNAPSHOT",
version := "0.7.0",
scalaVersion := "2.11.6",
crossScalaVersions := Seq("2.10.5", "2.11.6")
)
Expand Down Expand Up @@ -73,6 +73,11 @@ lazy val publishSettings = Seq(
<name>Vladimir Kostyukov</name>
<url>http://vkostyukov.ru</url>
</developer>
<developer>
<id>travisbrown</id>
<name>Travis Brown</name>
<url>https://meta.plasm.us/</url>
</developer>
</developers>
)

Expand Down
2 changes: 1 addition & 1 deletion core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Use the following _sbt_ snippet:

```scala
libraryDependencies ++= Seq(
"com.github.finagle" %% "finch-core" % "0.6.0"
"com.github.finagle" %% "finch-core" % "0.7.0"
)
```

Expand Down
2 changes: 1 addition & 1 deletion jackson/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Use the following _sbt_ snippet:

```scala
libraryDependencies ++= Seq(
"com.github.finagle" %% "finch-jackson" % "0.6.0"
"com.github.finagle" %% "finch-jackson" % "0.7.0"
)
```

Expand Down
2 changes: 1 addition & 1 deletion jawn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Use the following _sbt_ snippet:

```scala
libraryDependencies ++= Seq(
"com.github.finagle" %% "finch-jawn" % "0.6.0"
"com.github.finagle" %% "finch-jawn" % "0.7.0"
)
```

Expand Down
2 changes: 1 addition & 1 deletion json/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Use the following _sbt_ snippet:

```scala
libraryDependencies ++= Seq(
"com.github.finagle" %% "finch-json" % "0.6.0"
"com.github.finagle" %% "finch-json" % "0.7.0"
)
```

Expand Down
2 changes: 1 addition & 1 deletion json4s/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Use the following _sbt_ snippet:

```scala
libraryDependencies ++= Seq(
"com.github.finagle" %% "finch-json4s" % "0.6.0"
"com.github.finagle" %% "finch-json4s" % "0.7.0"
)
```

Expand Down

0 comments on commit 64ee836

Please sign in to comment.