Skip to content

Commit

Permalink
Merge pull request #1682 from yegor256/create-pull-request/patch
Browse files Browse the repository at this point in the history
New version in README
  • Loading branch information
yegor256 committed Apr 25, 2023
2 parents a6d9c86 + b56c56f commit 23cfa5d
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 @@ -46,15 +46,15 @@ Maven:
<dependency>
<groupId>org.cactoos</groupId>
<artifactId>cactoos</artifactId>
<version>0.0.0</version>
<version>0.55.0</version>
</dependency>
```

Gradle:

```groovy
dependencies {
compile 'org.cactoos:cactoos:0.0.0'
compile 'org.cactoos:cactoos::0.55.0
}
```

Expand Down

0 comments on commit 23cfa5d

Please sign in to comment.