浏览代码

Update versions plugin

arkon 5 年之前
父节点
当前提交
9eb441ac44
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 {