Browse Source

Update versions plugin

arkon 5 years ago
parent
commit
9eb441ac44
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build.gradle.kts

+ 1 - 1
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 {