Updated to Gradle 6.6.1.

This commit is contained in:
Erik C. Thauvin 2020-09-08 23:45:42 -07:00
parent 46b2a624e3
commit 4f2aff370a
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
plugins {
id("org.jetbrains.kotlin.jvm") version "1.4.0"
id("com.github.ben-manes.versions") version "0.28.0"
id("com.github.ben-manes.versions") version "0.29.0"
application
}