We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30dd909 commit c550ab1Copy full SHA for c550ab1
1 file changed
README.md
@@ -33,9 +33,20 @@ To use SpyGlass as a dependency use the following repository
33
<dependency>
34
<groupId>parallelai</groupId>
35
<artifactId>parallelai.spyglass</artifactId>
36
- <version>2.0.3</version>
+ <version>2.9.3_4.1.0</version>
37
</dependency>
38
</dependencies>
39
+
40
+ or
41
42
+ <dependencies>
43
+ <dependency>
44
+ <groupId>parallelai</groupId>
45
+ <artifactId>parallelai.spyglass</artifactId>
46
+ <version>2.10.2_4.1.0</version>
47
+ </dependency>
48
+ </dependencies>
49
50
51
52
0 commit comments