This commit is contained in:
dependabot[bot] 2025-07-29 01:34:25 +00:00 committed by GitHub
commit 236778d2e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

View File

@ -16,7 +16,7 @@ dependencies {
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.0")
implementation("org.jetbrains.kotlin:kotlin-serialization:2.2.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2")
implementation("com.charleskorn.kaml:kaml:0.83.0")
implementation("com.charleskorn.kaml:kaml:0.85.0")
}
java {

View File

@ -7,6 +7,6 @@ dependencies {
api(project(":evaluator"))
implementation(project(":common"))
implementation("com.github.jnr:jffi:1.3.12")
implementation("com.github.jnr:jffi:1.3.12:native")
implementation("com.github.jnr:jffi:1.3.13")
implementation("com.github.jnr:jffi:1.3.13:native")
}

View File

@ -1,7 +1,7 @@
import gay.pizza.pork.buildext.AstCodegenType
plugins {
id("org.jetbrains.intellij.platform") version "2.6.0"
id("org.jetbrains.intellij.platform") version "2.7.0"
id("gay.pizza.pork.module")
id("gay.pizza.pork.ast")
}

View File

@ -9,7 +9,7 @@ dependencies {
api(project(":compiler"))
api(project(":vm"))
api("com.github.ajalt.clikt:clikt:5.0.3")
api("com.charleskorn.kaml:kaml:0.83.0")
api("com.charleskorn.kaml:kaml:0.85.0")
implementation(project(":common"))
}