upgrade dependencies

This commit is contained in:
Alex Zenla
2025-07-03 03:18:11 -07:00
parent d2eaffafcc
commit 17b1aa44c0
22 changed files with 77 additions and 35 deletions

View File

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