Skip to content

Commit

Permalink
Merge pull request #181 from Kevin-Lee/prepare-to-release
Browse files Browse the repository at this point in the history
maven2sbt v1.1.1
  • Loading branch information
kevin-lee authored Jan 1, 2021
2 parents 78f6c90 + a128319 commit 76c9851
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changelogs/1.1.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## [1.1.1](https://github.com/Kevin-Lee/maven2sbt/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aclosed+milestone%3Amilestone7) - 2021-01-01 🎉

### Fixed
* Add missing info in `--props-name` (#175)
2 changes: 1 addition & 1 deletion project/SbtProjectInfo.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import wartremover.WartRemover.autoImport.{Wart, Warts}
object SbtProjectInfo {
final case class ProjectName(projectName: String) extends AnyVal

val ProjectVersion: String = "1.1.0"
val ProjectVersion: String = "1.1.1"

def commonWarts(scalaBinaryVersion: String): Seq[wartremover.Wart] = scalaBinaryVersion match {
case "2.10" =>
Expand Down

0 comments on commit 76c9851

Please sign in to comment.