Skip to content

Commit

Permalink
Merge pull request #193 from Kevin-Lee/prepare-to-release
Browse files Browse the repository at this point in the history
Effectie v1.9.0
  • Loading branch information
kevin-lee authored Feb 20, 2021
2 parents b93e3cb + 41519da commit 1a79f2a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions changelogs/1.9.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## [1.9.0](https://github.com/Kevin-Lee/effectie/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aclosed+milestone%3A%22milestone15%22) - 2021-02-21

## Done
* Upgrade Scala `2.13.3` to `2.13.4` (#191)
* Support Scala `3.0.0-RC1` (#189)
2 changes: 1 addition & 1 deletion project/ProjectInfo.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import wartremover.WartRemover.autoImport.{Wart, Warts}
object ProjectInfo {
final case class ProjectName(projectName: String) extends AnyVal

val ProjectVersion: String = "1.8.1"
val ProjectVersion: String = "1.9.0"

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

0 comments on commit 1a79f2a

Please sign in to comment.