Skip to content

Commit 1374d76

Browse files
committed
Prepared release 2.2.0
1 parent 9443d6f commit 1374d76

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= Functional Utils
22
:toc:
33
:toc-placement: preamble
4-
:functionalversion: 2.1.1
4+
:functionalversion: 2.2.0
55
ifdef::env-github,env-gitbucket[:outfilesuffix: .adoc]
66
ifndef::env-asciidoclet[:srcdir: src/main/java/]
77
ifdef::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`

pom.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
import org.sonatype.maven.polyglot.scala.model._
22
import 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"
55
val url = "https://github.com/ToToTec/de.tototec.utils.functional"
66

77
object 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"

0 commit comments

Comments
 (0)