Skip to content

Commit 24bb8a1

Browse files
author
linzihao
committed
update readme
1 parent d7d04bc commit 24bb8a1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
<dependency>
1010
<groupId>io.linzihao</groupId>
1111
<artifactId>nrepl-starter</artifactId>
12-
<version>1.0.6-SNAPSHOT</version>
12+
<version>1.0.7-SNAPSHOT</version>
1313
</dependency>
1414
```
1515
- gradle
1616
```groovy
17-
implementation 'io.linzihao:nrepl-starter:1.0.6-SNAPSHOT'
17+
implementation 'io.linzihao:nrepl-starter:1.0.7-SNAPSHOT'
1818
```
1919

2020
然后新增配置 start/src/main/resources/application-dev.yml
@@ -57,12 +57,12 @@ https://clojure.org/guides/install_clojure
5757
<dependency>
5858
<groupId>io.linzihao</groupId>
5959
<artifactId>nrepl-starter</artifactId>
60-
<version>1.0.6-SNAPSHOT</version>
60+
<version>1.0.7-SNAPSHOT</version>
6161
</dependency>
6262
```
6363
- gradle
6464
```groovy
65-
implementation 'io.linzihao:nrepl-starter:1.0.6-SNAPSHOT'
65+
implementation 'io.linzihao:nrepl-starter:1.0.7-SNAPSHOT'
6666
```
6767

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

0 commit comments

Comments
 (0)