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-nodejs.git


The following commit(s) were added to refs/heads/master by this push:
     new d103cbb  update scalafmt plugin version to fix build break (#251)
d103cbb is described below

commit d103cbb1c74cd50e424a284dea2871a8d4b88f26
Author: David Grove <[email protected]>
AuthorDate: Fri Aug 23 14:11:37 2024 -0400

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

diff --git a/build.gradle b/build.gradle
index 4ebd4b8..0a36515 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 ed6925d..4d476cd 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -40,6 +40,6 @@ gradle.ext.akka = [version : '2.6.12']
 gradle.ext.akka_http = [version : '10.2.4']
 
 gradle.ext.scalafmt = [
-    version: '1.5.0',
+    version: '1.5.1',
     config: new File(rootProject.projectDir, '.scalafmt.conf')
 ]

Reply via email to