Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
fix changelog typo, add scalastyle sbt plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
soad003 committed Jan 31, 2023
1 parent 10722e7 commit 364dd17
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ 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
- Sbt scalafmt plugin
- Sbt scalafmt and scala style plugin
- standardized dev-makefile

## [22.11] 2022-11-24
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ format:

lint:
sbt compile
sbt scalastyle

build:
sbt package
Expand Down
3 changes: 2 additions & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
addSbtPlugin("com.beautiful-scala" % "sbt-scalastyle" % "1.5.1")

0 comments on commit 364dd17

Please sign in to comment.