File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ For Gradle:
111111
112112``` kotlin
113113dependencies {
114- implementation(" net.pascal-lab:tai-e:0.5.2 " )
114+ implementation(" net.pascal-lab:tai-e:0.5.4 " )
115115}
116116```
117117
@@ -123,7 +123,7 @@ For Maven:
123123 <dependency >
124124 <groupId >net.pascal-lab</groupId >
125125 <artifactId >tai-e</artifactId >
126- <version >0.5.2 </version >
126+ <version >0.5.4 </version >
127127 </dependency >
128128</dependencies >
129129```
@@ -139,7 +139,7 @@ repositories {
139139}
140140
141141dependencies {
142- implementation(" net.pascal-lab:tai-e:0.5.4 -SNAPSHOT" )
142+ implementation(" net.pascal-lab:tai-e:0.5.5 -SNAPSHOT" )
143143}
144144```
145145
@@ -158,7 +158,7 @@ For Maven:
158158 <dependency >
159159 <groupId >net.pascal-lab</groupId >
160160 <artifactId >tai-e</artifactId >
161- <version >0.5.4 -SNAPSHOT</version >
161+ <version >0.5.5 -SNAPSHOT</version >
162162 </dependency >
163163</dependencies >
164164```
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.4
8+ projectVersion =0.5.5-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