You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -78,7 +79,7 @@ Add Featurevisor Java SDK as a dependency with your desired version:
78
79
<dependency>
79
80
<groupId>com.featurevisor</groupId>
80
81
<artifactId>featurevisor-java</artifactId>
81
-
<version>0.0.3</version>
82
+
<version>0.0.6</version>
82
83
</dependency>
83
84
</dependencies>
84
85
```
@@ -87,9 +88,7 @@ Find latest version here: [https://github.com/featurevisor/featurevisor-java/pac
87
88
88
89
### Authentication
89
90
90
-
**Note:** This package is published as a public package and should be accessible without authentication. If you encounter 401 errors, please ensure you're using the correct repository URL.
91
-
92
-
If you need to authenticate with GitHub Packages (for private packages), in your `~/.m2/settings.xml` file, add the following:
91
+
To authenticate with GitHub Packages, in your `~/.m2/settings.xml` file, add the following:
0 commit comments