Skip to content

Commit

Permalink
update scalafmt plugin version to fix build break (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrove-oss authored Aug 23, 2024
1 parent 1c0a872 commit 41a755d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
}
}

Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ 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')
]

Expand Down

0 comments on commit 41a755d

Please sign in to comment.