Skip to content

Commit

Permalink
Merge pull request #32 from TheThingsIndustries/feature/update
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
rvolosatovs authored Oct 7, 2019
2 parents 9f84ef9 + fbaac39 commit 75d770b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
ALPINE_VERSION ?= 3.10
GO_VERSION ?= 1.13.0
GRPC_GATEWAY_VERSION ?= 1.11.2
GRPC_JAVA_VERSION ?= 1.23.0
GO_VERSION ?= 1.13.1
GRPC_GATEWAY_VERSION ?= 1.11.3
GRPC_JAVA_VERSION ?= 1.24.0
GRPC_RUST_VERSION ?= 0.6.1
GRPC_SWIFT_VERSION ?= 0.9.1
GRPC_VERSION ?= 1.23.0
GRPC_VERSION ?= 1.24.1
GRPC_WEB_VERSION ?= 1.0.6
PROTOBUF_C_VERSION ?= 1.3.2
PROTOC_GEN_DOC_VERSION ?= 1.3.0
Expand All @@ -15,8 +15,8 @@ PROTOC_GEN_GOGOTTN_VERSION ?= 3.0.13
PROTOC_GEN_LINT_VERSION ?= 0.2.1
PROTOC_GEN_VALIDATE_VERSION ?= 0.2.0-java
RUST_PROTOBUF_VERSION ?= 2.8.1
RUST_VERSION ?= 1.37.0
SWIFT_VERSION ?= 5.0.3
RUST_VERSION ?= 1.38.0
SWIFT_VERSION ?= 5.1
UPX_VERSION ?= 3.95

IMAGE_NAME ?= thethingsindustries/protoc
Expand Down

0 comments on commit 75d770b

Please sign in to comment.