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 c72bef0 commit 56dca87Copy full SHA for 56dca87
src/main/java/org/utplsql/api/compatibility/OptionalFeatures.java
@@ -8,9 +8,9 @@
8
9
public enum OptionalFeatures {
10
11
- FAIL_ON_ERROR("3.0.3", null),
12
- FRAMEWORK_COMPATIBILITY_CHECK("3.0.3", null),
13
- CUSTOM_REPORTERS("3.1.0", null);
+ FAIL_ON_ERROR("3.0.3.1266", null),
+ FRAMEWORK_COMPATIBILITY_CHECK("3.0.3.1266", null),
+ CUSTOM_REPORTERS("3.1.0.1849", null);
14
15
private final Version minVersion;
16
private final Version maxVersion;
0 commit comments