File tree 3 files changed +23
-3
lines changed
3 files changed +23
-3
lines changed Original file line number Diff line number Diff line change 9
9
10
10
Simple RPC with Freestyle
11
11
12
- # Demo
12
+ ## Installation
13
+
14
+ Add the following dependency to your project's build file.
15
+
16
+ For Scala 2.11.x and 2.12.x:
17
+
18
+ [ comment ] : # ( Start Replace )
19
+
20
+ ``` scala
21
+ " io.frees" %% " frees-rpc" % " 0.0.1"
22
+ ```
23
+
24
+ Or, if using Scala.js (0.6.x):
25
+
26
+ ``` scala
27
+ " io.frees" %%% " frees-rpc" % " 0.0.1"
28
+ ```
29
+
30
+ [ comment ] : # ( End Replace )
31
+
32
+ ## Demo
13
33
14
34
See [ freestyle-rpc-examples repo] ( https://github.com/frees-io/freestyle-rpc-examples ) .
15
35
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ lazy val rpc = project
14
14
%% (" freestyle-async" ),
15
15
%% (" freestyle-config" ),
16
16
%% (" scalameta-contrib" ),
17
- " io.grpc" % " grpc-all" % " 1.4.0 " ,
17
+ " io.grpc" % " grpc-all" % " 1.6.1 " ,
18
18
" beyondthelines" %% " pbdirect" % " 0.0.3" ,
19
19
%% (" monix" ),
20
20
%% (" scalamockScalatest" ) % " test"
Original file line number Diff line number Diff line change 1
- version in ThisBuild := " 0.0.1-SNAPSHOT "
1
+ version in ThisBuild := " 0.0.1"
You can’t perform that action at this time.
0 commit comments