mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2025-08-02 12:50:55 +00:00
Merge f1e1617c1e
into 3dcac2f9e6
This commit is contained in:
commit
236778d2e6
@ -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 {
|
||||
|
@ -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")
|
||||
}
|
||||
|
@ -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")
|
||||
}
|
||||
|
@ -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"))
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user