Skip to content

Commit

Permalink
Fix of build
Browse files Browse the repository at this point in the history
  • Loading branch information
jendakol committed Mar 5, 2020
1 parent d0c0703 commit 7d10f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -176,5 +176,5 @@ def grpcExeFileName: String = {
}

val grpcArtifactId = "protoc-gen-grpc-java"
val grpcExeUrl = url(s"http://repo1.maven.org/maven2/io/grpc/$grpcArtifactId/${Versions.grpcVersion}/$grpcExeFileName")
val grpcExeUrl = url(s"https://repo1.maven.org/maven2/io/grpc/$grpcArtifactId/${Versions.grpcVersion}/$grpcExeFileName")
val grpcExePath = SettingKey[xsbti.api.Lazy[File]]("grpcExePath")

0 comments on commit 7d10f2e

Please sign in to comment.