File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11= Functional Utils
22:toc:
33:toc-placement: preamble
4- :functionalversion: 2.1.1
4+ :functionalversion: 2.2.0
55ifdef::env-github,env-gitbucket[:outfilesuffix: .adoc]
66ifndef::env-asciidoclet[:srcdir: src/main/java/]
77ifdef::env-asciidoclet[:srcdir:]
@@ -188,6 +188,10 @@ This can be achieved with the http://mojo.codehaus.org/animal-sniffer-maven-plug
188188
189189== Changelog
190190
191+ === 2.2.0 - 2021-11-04
192+
193+ * CanEqualsSupport: Added support to give canEqual call as function
194+
191195=== 2.1.1 - 2021-09-06
192196
193197* Added `@SafeVarargs` annotation to `CanEqualsSupport`
Original file line number Diff line number Diff line change 11import org .sonatype .maven .polyglot .scala .model ._
22import scala .collection .immutable .Seq
33
4- val gav = " de.tototec" % " de.tototec.utils.functional" % " 2.1.2-SNAPSHOT "
4+ val gav = " de.tototec" % " de.tototec.utils.functional" % " 2.2.0 "
55val url = " https://github.com/ToToTec/de.tototec.utils.functional"
66
77object Deps {
88 val asciiDoclet = " org.asciidoctor" % " asciidoclet" % " 1.5.4"
99 val antContrib = " ant-contrib" % " ant-contrib" % " 1.0b3"
1010 val bndLib = " biz.aQute.bnd" % " biz.aQute.bndlib" % " 3.2.0"
11- val lambdatest = " de.tototec" % " de.tobiasroeser.lambdatest" % " 0.5.0 "
11+ val lambdatest = " de.tototec" % " de.tobiasroeser.lambdatest" % " 0.7.1 "
1212 val logbackClassic = " ch.qos.logback" % " logback-classic" % " 1.2.3"
1313 val slf4j = " org.slf4j" % " slf4j-api" % " 1.7.25"
1414 val testng = " org.testng" % " testng" % " 6.14.3"
You can’t perform that action at this time.
0 commit comments