We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 537c660 commit 54bd48dCopy full SHA for 54bd48d
pom.xml
@@ -98,8 +98,8 @@
98
<!-- this can be overriden in child POMs to support specific SDK requirements -->
99
<groupId>dev.openfeature</groupId>
100
<artifactId>sdk</artifactId>
101
- <!-- 1.14.1 <= v < 2.0 (excluding 2.0 pre-releases)-->
102
- <version>[1.14.1,1.99999)</version>
+ <!-- 1.14.1 <= v < 1.16 -->
+ <version>[1.14.1,1.16)</version>
103
<!-- use the version provided at runtime -->
104
<scope>provided</scope>
105
</dependency>
0 commit comments