Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
brenoepics authored Jan 17, 2024
1 parent 5448ede commit dc345da
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 @@ -71,7 +71,7 @@ The recommended way to get AT4J is to use a build manager, like Gradle or Maven.
<summary>Gradle</summary>

```gradle
implementation group: 'io.github.brenoepics', name: 'at4j', version: '0.0.5'
implementation group: 'io.github.brenoepics', name: 'at4j', version: '0.0.6'
```
</details>
<details>
Expand All @@ -81,15 +81,15 @@ implementation group: 'io.github.brenoepics', name: 'at4j', version: '0.0.5'
<dependency>
<groupId>io.github.brenoepics</groupId>
<artifactId>at4j</artifactId>
<version>0.0.5</version>
<version>0.0.6</version>
</dependency>
```
</details>
<details>
<summary>Sbt</summary>

```sbt
libraryDependencies += "io.github.brenoepics" % "at4j" % "0.0.5"
libraryDependencies += "io.github.brenoepics" % "at4j" % "0.0.6"
```
</details>

Expand Down

0 comments on commit dc345da

Please sign in to comment.