From 5715a1a77368026a7ec5eba26e10c87a8f9f5129 Mon Sep 17 00:00:00 2001 From: Pat Garrity Date: Wed, 1 May 2024 02:35:41 +0000 Subject: [PATCH] (patch) testing coursier (#2) Reviewed-on: https://git.garrity.co/garrity-software/gs-datagen/pulls/2 --- .pre-commit-config.yaml | 2 +- .scalafmt.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f2e8cfc..d3cafd8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,6 +12,6 @@ repos: - id: trailing-whitespace - id: check-yaml - repo: https://git.garrity.co/garrity-software/gs-pre-commit-scala - rev: v1.0.0 + rev: v1.0.1 hooks: - id: scalafmt diff --git a/.scalafmt.conf b/.scalafmt.conf index 80e6cc9..9c7929b 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.17 +version = 3.8.1 runner.dialect = scala3 maxColumn = 80