File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments