From 9eb441ac446145d1464fe13da04d7b66a917c4c2 Mon Sep 17 00:00:00 2001 From: arkon Date: Mon, 2 Mar 2020 22:21:54 -0500 Subject: [PATCH] Update versions plugin --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index fd707613c1..97a09f40bc 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,6 +1,6 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id("com.github.ben-manes.versions") version "0.27.0" + id("com.github.ben-manes.versions") version "0.28.0" } buildscript {