Skip to content

Commit f72f9d7

Browse files
committedMar 24, 2020
Update visrec-api version to 1.0.0-b1
1 parent 6e9f8cd commit f72f9d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎jsr381/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ boolean isRelease = project.hasProperty("release") || project.hasProperty("stagi
99
version = "0.3.0" + (isRelease ? "" : "-SNAPSHOT")
1010

1111
dependencies {
12-
api "javax.visrec:visrec-api:1.0-SNAPSHOT"
12+
api "javax.visrec:visrec-api:1.0.0-b1"
1313
api "ai.djl:api:0.3.0"
1414
api "ai.djl:basicdataset:0.3.0"
1515
api "ai.djl:model-zoo:0.3.0"

0 commit comments

Comments
 (0)
Please sign in to comment.