Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
linzihao committed Oct 21, 2022
1 parent d7d04bc commit 24bb8a1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
<dependency>
<groupId>io.linzihao</groupId>
<artifactId>nrepl-starter</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.7-SNAPSHOT</version>
</dependency>
```
- gradle
```groovy
implementation 'io.linzihao:nrepl-starter:1.0.6-SNAPSHOT'
implementation 'io.linzihao:nrepl-starter:1.0.7-SNAPSHOT'
```

然后新增配置 start/src/main/resources/application-dev.yml
Expand Down Expand Up @@ -57,12 +57,12 @@ https://clojure.org/guides/install_clojure
<dependency>
<groupId>io.linzihao</groupId>
<artifactId>nrepl-starter</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.7-SNAPSHOT</version>
</dependency>
```
- gradle
```groovy
implementation 'io.linzihao:nrepl-starter:1.0.6-SNAPSHOT'
implementation 'io.linzihao:nrepl-starter:1.0.7-SNAPSHOT'
```

然后新增配置 start/src/main/resources/application-dev.yml
Expand Down

0 comments on commit 24bb8a1

Please sign in to comment.