Skip to content

Commit 82994a2

Browse files
authored
feat: fix CI's Maven Central publishing error due to LATEST version (#90)
1 parent 9d7a70c commit 82994a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
<dependency>
194194
<groupId>org.casbin</groupId>
195195
<artifactId>jcasbin</artifactId>
196-
<version>LATEST</version>
196+
<version>1.85.1</version>
197197
</dependency>
198198
<dependency>
199199
<groupId>com.mysql</groupId>

0 commit comments

Comments
 (0)