Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
NthPortal committed Sep 3, 2017
1 parent 53cbed3 commit 8f8623c
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 @@ -13,7 +13,7 @@ A Scala library for handling conversions between types by throwing exceptions or
### SBT (Scala 2.11 and 2.12)

```sbtshell
"com.nthportal" %% "convert" % "0.1.0"
"com.nthportal" %% "convert" % "0.1.1"
```

### Maven
Expand All @@ -24,7 +24,7 @@ A Scala library for handling conversions between types by throwing exceptions or
<dependency>
<groupId>com.nthportal</groupId>
<artifactId>convert_2.12</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
</dependency>
```

Expand All @@ -34,6 +34,6 @@ A Scala library for handling conversions between types by throwing exceptions or
<dependency>
<groupId>com.nthportal</groupId>
<artifactId>convert_2.11</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
</dependency>
```

0 comments on commit 8f8623c

Please sign in to comment.