File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ For Gradle:
8585
8686``` kotlin
8787dependencies {
88- implementation(" net.pascal-lab:tai-e:0.5.1 " )
88+ implementation(" net.pascal-lab:tai-e:0.5.2 " )
8989}
9090```
9191
@@ -97,7 +97,7 @@ For Maven:
9797 <dependency >
9898 <groupId >net.pascal-lab</groupId >
9999 <artifactId >tai-e</artifactId >
100- <version >0.5.1 </version >
100+ <version >0.5.2 </version >
101101 </dependency >
102102</dependencies >
103103```
@@ -113,7 +113,7 @@ repositories {
113113}
114114
115115dependencies {
116- implementation(" net.pascal-lab:tai-e:0.5.2 -SNAPSHOT" )
116+ implementation(" net.pascal-lab:tai-e:0.5.4 -SNAPSHOT" )
117117}
118118```
119119
@@ -132,7 +132,7 @@ For Maven:
132132 <dependency >
133133 <groupId >net.pascal-lab</groupId >
134134 <artifactId >tai-e</artifactId >
135- <version >0.5.2 -SNAPSHOT</version >
135+ <version >0.5.4 -SNAPSHOT</version >
136136 </dependency >
137137</dependencies >
138138```
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ org.gradle.configuration-cache=true
55# project-related properties
66projectGroupId =net.pascal-lab
77projectArtifactId =tai-e
8- projectVersion =0.5.2
8+ projectVersion =0.5.4-SNAPSHOT
99projectUrl =https://github.com/pascal-lab/Tai-e
1010projectDescription =An easy-to-learn/use static analysis framework for Java
You can’t perform that action at this time.
0 commit comments