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

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


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

commit 94e081cc837daa5b07d79ec570d051a76ea52c7f
Author: David Grove <dgrove-...@users.noreply.github.com>
AuthorDate: Fri Aug 23 09:54:36 2024 -0400

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

diff --git a/build.gradle b/build.gradle
index a65389a..0a36515 100644
--- a/build.gradle
+++ b/build.gradle
@@ -17,11 +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 77907f0..0515e6e 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -38,7 +38,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