Skip to content

Commit

Permalink
Upgrades frees-rpc to Freestyle 0.4.6 (#94)
Browse files Browse the repository at this point in the history
* Upgrades frees-rpc core to 0.4.6

* Bumps up pbdirect to 0.0.7
  • Loading branch information
juanpedromoreno authored Dec 1, 2017
1 parent 95a1934 commit bf8128e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ jdk:
- oraclejdk8

scala:
- 2.11.11
- 2.12.3
- 2.11.12
- 2.12.4


before_cache:
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ lazy val common = project
.settings(moduleName := "frees-rpc-common")
.settings(scalacOptions := Seq("-deprecation", "-encoding", "UTF-8", "-feature", "-unchecked"))

lazy val freesV = "0.4.4"
lazy val freesV = "0.4.6"

lazy val rpc = project
.in(file("rpc"))
Expand All @@ -47,7 +47,7 @@ lazy val rpc = project
%%("frees-tagless", freesV),
%("grpc-all", "1.7.0"),
%%("monix"),
%%("pbdirect"),
%%("pbdirect", "0.0.7"),
"com.sksamuel.avro4s" %% "avro4s-core" % "1.8.0",
%%("scalameta-contrib", "1.8.0"),
%("grpc-testing") % Test,
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version = 1.0.3
sbt.version = 1.0.4
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
resolvers += Resolver.sonatypeRepo("releases")
addSbtPlugin("io.frees" % "sbt-freestyle" % "0.3.7")
addSbtPlugin("io.frees" % "sbt-freestyle" % "0.3.13")
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.3.5-SNAPSHOT"
version in ThisBuild := "0.4.0"

0 comments on commit bf8128e

Please sign in to comment.