Skip to content

Commit

Permalink
chore: prepare for release 4.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Siroshun09 committed Feb 27, 2023
1 parent c8ed814 commit 4a38a0a
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 @@ -21,7 +21,7 @@ Javadoc is [here](https://siroshun09.github.io/ConfigAPI/latest)
<dependency>
<groupId>com.github.siroshun09.configapi</groupId>
<artifactId>configapi</artifactId>
<version>4.6.2-SNAPSHOT</version>
<version>4.6.2</version>
<scope>compile</scope>
</dependency>
```
Expand All @@ -32,7 +32,7 @@ Javadoc is [here](https://siroshun09.github.io/ConfigAPI/latest)
<dependency>
<groupId>com.github.siroshun09.configapi</groupId>
<artifactId>configapi-yaml</artifactId>
<version>4.6.2-SNAPSHOT</version>
<version>4.6.2</version>
<scope>compile</scope>
</dependency>
```
Expand All @@ -43,7 +43,7 @@ If necessary, add the snakeYaml dependency as follows:
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.33</version>
<version>2.0</version>
<scope>compile</scope>
</dependency>
```
Expand Down

0 comments on commit 4a38a0a

Please sign in to comment.