Skip to content

Commit

Permalink
chore(sgmvn): bump mvn from 3.8.6 to 3.8.7
Browse files Browse the repository at this point in the history
3.8.6 is inaccessible and therefore the optimizer core builds fail, like this one:
https://console.cloud.google.com/cloud-build/builds/95c4a640-10c9-4d4f-9d60-40f9f3f6ac7a?
project=einride-vrp-optimizer-core
  • Loading branch information
michalmac committed Jan 2, 2023
1 parent 8053004 commit 6ad8e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/sgmvn/tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (

const (
name = "mvn"
version = "3.8.6"
version = "3.8.7"
)

func Command(ctx context.Context, args ...string) *exec.Cmd {
Expand Down

0 comments on commit 6ad8e3d

Please sign in to comment.