Skip to content

Commit

Permalink
Update version number in Readme's dependency details
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierguihot committed Apr 10, 2018
1 parent 2f7392c commit 687e0bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ With sbt, add these lines to your build.sbt:
```scala
resolvers += "jitpack" at "https://jitpack.io"

libraryDependencies += "com.github.xavierguihot" % "geobase" % "v1.2.1"
libraryDependencies += "com.github.xavierguihot" % "geobase" % "v1.2.2"
```

With maven, add these lines to your pom.xml:
Expand All @@ -94,7 +94,7 @@ With maven, add these lines to your pom.xml:
<dependency>
<groupId>com.github.xavierguihot</groupId>
<artifactId>geobase</artifactId>
<version>v1.2.1</version>
<version>v1.2.2</version>
</dependency>
```

Expand All @@ -108,7 +108,7 @@ allprojects {
}
dependencies {
compile 'com.github.xavierguihot:geobase:v1.2.1'
compile 'com.github.xavierguihot:geobase:v1.2.2'
}
```

Expand Down

0 comments on commit 687e0bd

Please sign in to comment.