Skip to content

Commit

Permalink
Merge pull request #1740 from yegor256/up
Browse files Browse the repository at this point in the history
New version in README
  • Loading branch information
yegor256 authored Oct 28, 2024
2 parents b1988b8 + 5f7e80b commit f732a05
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 @@ -45,15 +45,15 @@ Maven:
<dependency>
<groupId>org.cactoos</groupId>
<artifactId>cactoos</artifactId>
<version>0.56.0</version>
<version>0.56.1</version>
</dependency>
```

Gradle:

```groovy
dependencies {
compile 'org.cactoos:cactoos::0.56.0
compile 'org.cactoos:cactoos::0.56.1
}
```

Expand Down

0 comments on commit f732a05

Please sign in to comment.