This is an automated email from the ASF dual-hosted git repository.

lukeroy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-rust.git


The following commit(s) were added to refs/heads/master by this push:
     new 9e80de6  update gradle plugin version to fix build (#49)
9e80de6 is described below

commit 9e80de6d8fc243598a6a020bd5909784507fc09c
Author: David Grove <[email protected]>
AuthorDate: Fri Aug 23 03:56:42 2024 -0400

    update gradle plugin version to fix build (#49)
---
 build.gradle    | 5 +++--
 settings.gradle | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/build.gradle b/build.gradle
index 26f542d..c5e7360 100644
--- a/build.gradle
+++ b/build.gradle
@@ -17,10 +17,11 @@
 
 buildscript {
     repositories {
-        jcenter()
+        mavenCentral()
+        gradlePluginPortal()
     }
     dependencies {
-        classpath "cz.alenkacz:gradle-scalafmt:${gradle.scalafmt.version}"
+        classpath 
"gradle.plugin.cz.alenkacz:gradle-scalafmt:${gradle.scalafmt.version}"
     }
 }
 
diff --git a/settings.gradle b/settings.gradle
index 4656869..dad5b84 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -31,7 +31,7 @@ gradle.ext.scala = [
 ]
 
 gradle.ext.scalafmt = [
-    version: '1.5.0',
+    version: '1.5.1',
     config: new File(rootProject.projectDir, '.scalafmt.conf')
 ]
 

Reply via email to