ソースを参照

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 {