Skip to content

Commit

Permalink
Update version names in ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsacha committed Sep 17, 2019
1 parent 75abb33 commit dca3976
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ There are some examples of using IJ-Plugins Toolkit as a stand-alone library in
```
groupId : net.sf.ij-plugins
artifactId: ijp-toolkit
version : 2.1.1
version : 2.1.2
```
For instance, for [SBT] it would be:

```
"net.sf.ij-plugins" %% "ijp-toolkit" % "2.1.1"
"net.sf.ij-plugins" %% "ijp-toolkit" % "2.1.2"
```

Running from source
Expand Down

0 comments on commit dca3976

Please sign in to comment.