Skip to content

Commit

Permalink
upgrade scalafmt plugin version to fix build (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrove-oss authored Aug 23, 2024
1 parent 0c9ee4c commit c2a100c
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 @@ -36,7 +36,7 @@ gradle.ext.scala = [
]

gradle.ext.scalafmt = [
version: '1.5.0',
version: '1.5.1',
config: new File(rootProject.projectDir, '.scalafmt.conf')
]

Expand Down

0 comments on commit c2a100c

Please sign in to comment.