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 b76c159 commit 2be0e77Copy full SHA for 2be0e77
1 file changed
build.gradle.kts
@@ -9,9 +9,9 @@ plugins {
9
group = "io.flamingock"
10
version = "1.3.0-SNAPSHOT"
11
12
-val flamingockVersion = "1.2.0-beta.2"//only for test
13
-val templateApiVersion = "1.3.1"
14
-val coreApiVersion = "1.3.0"
+val flamingockVersion = "1.2.0"//only for test
+val templateApiVersion = "1.3.3"
+val coreApiVersion = "1.3.2"
15
16
repositories {
17
mavenLocal()
0 commit comments