Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions codegen-java/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*/
plugins {
// apply the Pkl plugin
id("org.pkl-lang") version ("0.31.0")
id("org.pkl-lang") version ("0.31.1")
// if the `idea` plugin is applied, the Pkl plugin makes generated code visible to IntelliJ IDEA
idea
`java-library`
Expand All @@ -23,7 +23,7 @@ java { sourceCompatibility = JavaVersion.VERSION_17 }

repositories { mavenCentral() }

dependencies { implementation("org.pkl-lang:pkl-config-java:0.31.0") }
dependencies { implementation("org.pkl-lang:pkl-config-java:0.31.1") }

// Register a code generator named "configClasses".
// This adds a task with the same name.
Expand Down
Loading