Răsfoiți Sursa

Update versions plugin

arkon 5 ani în urmă
părinte
comite
9eb441ac44
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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 {