We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c24396 commit 580a9c2Copy full SHA for 580a9c2
gradle/libs.versions.toml
@@ -1,6 +1,6 @@
1
[versions]
2
processor = "2024.6-SNAPSHOT"
3
-parser = "2024.4-SNAPSHOT"
+parser = "2024.4"
4
5
kotlin = "2.0.20"
6
build-jdk = "11"
@@ -11,7 +11,7 @@ junit = "5.11.1"
11
jacoco = "0.8.11"
12
13
[libraries]
14
-openapi-processor-api = "io.openapiprocessor:openapi-processor-api:2024.1-SNAPSHOT"
+openapi-processor-api = "io.openapiprocessor:openapi-processor-api:2024.1"
15
16
openapi-parser-bom = { module = "io.openapiprocessor:openapi-parser-bom", version.ref = "parser" }
17
openapi-parser-parser = { module = "io.openapiprocessor:openapi-parser" }
0 commit comments