Skip to content

Commit fd8e095

Browse files
committed
Update PGT to 0.6.5
1 parent 1d8136b commit fd8e095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pluginManagement {
77
maven("https://repo.polyfrost.org/releases") // Adds the Polyfrost maven repository to get Polyfrost Gradle Toolkit
88
}
99
plugins {
10-
val pgtVersion = "0.6.3" // Sets the default versions for Polyfrost Gradle Toolkit
10+
val pgtVersion = "0.6.5" // Sets the default versions for Polyfrost Gradle Toolkit
1111
id("org.polyfrost.multi-version.root") version pgtVersion
1212
}
1313
}

0 commit comments

Comments
 (0)