File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ Supported values for flags:
4141
4242| Version | Changes
4343|---------|-------------------------------------------------------------------------------------------
44+ | 0.3.1 | Fix issues with wartremover, implicit patterns with = binds & Xplugin-list flag
4445| 0.3.0-M4| Fix anonymous variables in Scala 2.12.7+
4546| M2, M3 | Fixes for implicit patterns
4647| 0.3.0-M1| Initial implementation of implicit patterns
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ lazy val scala211 = "2.11.12"
77lazy val supportedScalaVersions = List (scala211, scala212, scala213)
88
99ThisBuild / organization := " com.olegpy"
10- ThisBuild / version := " 0.3.0 "
10+ ThisBuild / version := " 0.3.1 "
1111ThisBuild / licenses += (" MIT" , url(" http://opensource.org/licenses/MIT" ))
1212ThisBuild / homepage := Some (url(" http://github.com/oleg-py/better-monadic-for" ))
1313ThisBuild / scalaVersion := scala212
You can’t perform that action at this time.
0 commit comments