Skip to content

Commit

Permalink
KFC 13.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
turansky committed Dec 18, 2024
1 parent b0d81de commit dca73c7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xms2g -Xmx4g
org.gradle.parallel=true

kotlin.version=2.1.0
kfc.version=13.2.0
kfc.version=13.3.0
kfc.wasmjs=true

kotlin-wrappers.version=0.0.1-pre.853
Expand Down
2 changes: 1 addition & 1 deletion idea-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
kotlin("jvm") version "2.1.0"
id("org.jetbrains.intellij") version "1.17.3"
id("io.github.turansky.kfc.version") version "13.2.0"
id("io.github.turansky.kfc.version") version "13.3.0"
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion isolated-test/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
kotlin.version=2.1.0
kfc.version=13.2.0
kfc.version=13.3.0
seskar.version=3.75.0
2 changes: 1 addition & 1 deletion seskar/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ version=3.75.1-SNAPSHOT
kfc.pom.inception.year=2021
kfc.pom.url=https\://github.com/turansky/seskar
kotlin.version=2.1.0
kfc.version=13.2.0
kfc.version=13.3.0
kfc.wasmjs=true

0 comments on commit dca73c7

Please sign in to comment.