Skip to content
This repository was archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
Update mu-protobuf version
Browse files Browse the repository at this point in the history
  • Loading branch information
serras committed Nov 23, 2020
1 parent 071a1ab commit b800181
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion adapter/protobuf/mu-protobuf.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: mu-protobuf
version: 0.4.0.2
version: 0.4.0.3
synopsis:
Protocol Buffers serialization and gRPC schema import for Mu microservices

Expand Down
2 changes: 1 addition & 1 deletion templates/grpc-server-avro.hsfiles
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ extra-deps:
- mu-rpc-0.4.0.1
- mu-optics-0.3.0.1
- mu-avro-0.4.0.2
- mu-protobuf-0.4.0.2
- mu-protobuf-0.4.0.3
- mu-grpc-server-0.4.0.0
- mu-grpc-common-0.4.0.0
- compendium-client-0.2.1.1
Expand Down
2 changes: 1 addition & 1 deletion templates/grpc-server-protobuf.hsfiles
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ extra-deps:
- mu-rpc-0.4.0.1
- mu-optics-0.3.0.1
- mu-avro-0.4.0.2
- mu-protobuf-0.4.0.2
- mu-protobuf-0.4.0.3
- mu-grpc-server-0.4.0.0
- mu-grpc-common-0.4.0.0
- compendium-client-0.2.1.1
Expand Down

0 comments on commit b800181

Please sign in to comment.