Skip to content

Commit

Permalink
Bump Piston for completions fix
Browse files Browse the repository at this point in the history
Fixes #2357
  • Loading branch information
octylFractal committed Feb 4, 2024
1 parent a5ea1ee commit 94a7ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Expand Up @@ -3,7 +3,7 @@ import org.gradle.api.Project
object Versions {
const val TEXT = "3.0.4"
const val TEXT_EXTRAS = "3.0.6"
const val PISTON = "0.5.7"
const val PISTON = "0.5.8"
const val AUTO_VALUE = "1.9"
const val JUNIT = "5.8.1"
const val MOCKITO = "4.3.1"
Expand Down

0 comments on commit 94a7ab9

Please sign in to comment.