Skip to content

Commit

Permalink
Merge pull request #9 from frgomes/0.23
Browse files Browse the repository at this point in the history
Bump version to 0.23.0 (#8)
  • Loading branch information
vkostyukov authored Aug 10, 2018
2 parents 049ceae + a6fae08 commit faea9b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
lazy val finchVersion = "0.22.0"
lazy val finchVersion = "0.23.0"

lazy val buildSettings = Seq(
organization := "com.github.finagle",
Expand All @@ -7,7 +7,7 @@ lazy val buildSettings = Seq(
crossScalaVersions := Seq("2.11.12", "2.12.6")
)

lazy val finagleOAuth2Version = "18.7.0"
lazy val finagleOAuth2Version = "18.8.0"
lazy val circeVersion = "0.9.3"

lazy val compilerOptions = Seq(
Expand Down

0 comments on commit faea9b7

Please sign in to comment.