Skip to content

Commit

Permalink
deps: update Scalafmt to the latest version and make it dynamic for t…
Browse files Browse the repository at this point in the history
…he generated project
  • Loading branch information
JavierCane committed Jun 21, 2024
1 parent 4eaf9dc commit 1bf180b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 3.3.0
version = 3.8.2
runner.dialect = scala213
style = default
maxColumn = 120
Expand Down
2 changes: 1 addition & 1 deletion src/main/g8/.scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 3.3.0
version = $scalafmt_version$
runner.dialect = scala213
style = default
maxColumn = 120
Expand Down
1 change: 1 addition & 0 deletions src/main/g8/default.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ version = 1.0
description = Project bootstrapped using the Codely Scala Basic Skeleton
organization = com.codely
package = $organization$.$name;format="lower,snake"$
scalafmt_version = maven(org.scalameta, scalafmt-core_2.13, stable)
scalatest_version = maven(org.scalatest, scalatest_2.13, stable)
scalamock_version = maven(org.scalamock, scalamock_2.13, stable)
nscala-time_version = maven(com.github.nscala-time, nscala-time_2.13, stable)
Expand Down

0 comments on commit 1bf180b

Please sign in to comment.