0.1.1
sbt-nocomma reduces commas from your build.sbt
.
ThisBuild / organization := "com.example"
ThisBuild / scalaVersion := "3.2.0"
ThisBuild / version := "0.1.0-SNAPSHOT"
lazy val root = (project in file("."))
.settings(nocomma {
name := "Hello"
scalacOptions += "-Ykind-projector"
})
Bug fixes and updates
- Removes ScalaTest dependency that was added by mistake by @xuwei-k in #7
- Uses
SettingsDefinition
instead ofSetting[_]
by @xuwei-k in #4 - Migrates to GitHub Actions by @eed3si9n in #6
New Contributors
Full Changelog: https://github.com/sbt/sbt-nocomma/commits/v0.1.1