From f8b364e67dbc4838dd1548602f85f47b1184d9f7 Mon Sep 17 00:00:00 2001 From: Pat Garrity Date: Sat, 23 Dec 2023 20:32:34 -0600 Subject: [PATCH] Updated to latest version. --- LICENSE | 2 +- README.md | 4 ++-- scalafmt.conf | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index fa772d5..1da01d8 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 pfm +Copyright (c) Pat Garrity (pfm) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/README.md b/README.md index fe7b6a7..3e736b6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# meager-scalafmt +# gs-scalafmt Standard [scalafmt](https://scalameta.org/scalafmt/) configuration for -[Meager Software](https://meager-software.com/) Scala projects. +[Garrity Software](https://garrity.co/) Scala 3 projects. diff --git a/scalafmt.conf b/scalafmt.conf index 17e4b30..53e654c 100644 --- a/scalafmt.conf +++ b/scalafmt.conf @@ -1,5 +1,5 @@ // See: https://github.com/scalameta/scalafmt/tags for the latest tags. -version = 3.7.11 +version = 3.7.17 runner.dialect = scala3 maxColumn = 80