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:
41
41
42
42
| Version | Changes
43
43
|---------|-------------------------------------------------------------------------------------------
44
+ | 0.3.1 | Fix issues with wartremover, implicit patterns with = binds & Xplugin-list flag
44
45
| 0.3.0-M4| Fix anonymous variables in Scala 2.12.7+
45
46
| M2, M3 | Fixes for implicit patterns
46
47
| 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"
7
7
lazy val supportedScalaVersions = List (scala211, scala212, scala213)
8
8
9
9
ThisBuild / organization := " com.olegpy"
10
- ThisBuild / version := " 0.3.0 "
10
+ ThisBuild / version := " 0.3.1 "
11
11
ThisBuild / licenses += (" MIT" , url(" http://opensource.org/licenses/MIT" ))
12
12
ThisBuild / homepage := Some (url(" http://github.com/oleg-py/better-monadic-for" ))
13
13
ThisBuild / scalaVersion := scala212
You can’t perform that action at this time.
0 commit comments