Skip to content

Commit

Permalink
Bump version 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vkostyukov committed Nov 9, 2015
1 parent 96ce2e0 commit 6a3a671
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 77 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Every Finch module is published at Maven Central. Use the following _sbt_ snippe

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

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

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

Expand Down
15 changes: 0 additions & 15 deletions argonaut/README.md

This file was deleted.

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 ScoverageSbtPlugin._

lazy val buildSettings = Seq(
organization := "com.github.finagle",
version := "0.9.0-SNAPSHOT",
version := "0.9.0",
scalaVersion := "2.11.7",
crossScalaVersions := Seq("2.10.5", "2.11.7")
)
Expand Down
12 changes: 0 additions & 12 deletions circe/README.md

This file was deleted.

16 changes: 0 additions & 16 deletions core/README.md

This file was deleted.

15 changes: 0 additions & 15 deletions jackson/README.md

This file was deleted.

15 changes: 0 additions & 15 deletions json4s/README.md

This file was deleted.

1 change: 0 additions & 1 deletion petstore/README.md

This file was deleted.

0 comments on commit 6a3a671

Please sign in to comment.