Skip to content

Commit

Permalink
Excludes guava from frees-async-guava (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpedromoreno authored Dec 19, 2017
1 parent 2682b2c commit 085b505
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ lazy val rpc = project
Seq(
%%("frees-core", V.frees),
%%("frees-async", V.frees),
%%("frees-async-guava", V.frees),
%%("frees-async-guava", V.frees) exclude ("com.google.guava", "guava"),
%%("frees-async-cats-effect", V.frees),
%%("frees-config", V.frees),
%%("frees-logging", V.frees),
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.5.2-SNAPSHOT"
version in ThisBuild := "0.5.2"

0 comments on commit 085b505

Please sign in to comment.