From 4e6b8a79d8c245a2be685eb5bb37129877e4b0d9 Mon Sep 17 00:00:00 2001 From: Michael F Date: Tue, 31 Jan 2023 13:57:55 +0100 Subject: [PATCH] fix changelog typo, add scalastyle sbt plugin --- CHANGELOG.md | 3 ++- project/plugins.sbt | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c242a3e..e57a7b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## [23.01/1.3.0] - 2023-12-30 +## [23.01/1.3.0] - 2023-01-30 ### Added - Token Support for Ethereum stable coin tokens (WETH, USDT, USDC) - Added Parsing of eth-logs to support tokens @@ -11,6 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - changed schema of address_transactions, address, address_relations to support tokens and their aggregated values. - balance table now contains on balance per currency (ETH and tokens) - new table token configurations containing the supported tokens and their details +- added scalafmt and scalastyle sbt plugins ## [22.11] 2022-11-24 ### Added diff --git a/project/plugins.sbt b/project/plugins.sbt index f02b4bb..65aad03 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1 +1,2 @@ -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6") \ No newline at end of file +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6") +addSbtPlugin("com.beautiful-scala" % "sbt-scalastyle" % "1.5.1") \ No newline at end of file