Skip to content

Instantly share code, notes, and snippets.

@Licenser
Created February 19, 2016 21:23
Show Gist options
  • Save Licenser/c0dab801409cfc3c88a4 to your computer and use it in GitHub Desktop.
Save Licenser/c0dab801409cfc3c88a4 to your computer and use it in GitHub Desktop.
registry:
```
my_hex_package: 1.0.0
a: 0.1.0, 0.1.2, 0.2.0
```
```
my_hex_package
`- a ~> 0.1.0
```
mix-resolve:
```
my_hex_package
`- a: 0.1.2
````
rebar-resolve:
```
my_hex_package
`- a: 0.1.0
````
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment