From 173e83135bbc2cc716c9fb8e7cffa235bdcb1b7e Mon Sep 17 00:00:00 2001 From: sullis Date: Fri, 8 Oct 2021 04:39:13 -0700 Subject: [PATCH] Scala 2.13.6 (#218) Co-authored-by: Johan Haleby --- awaitility-scala/pom.xml | 2 +- changelog.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/awaitility-scala/pom.xml b/awaitility-scala/pom.xml index 92029b5..7ed3f1c 100755 --- a/awaitility-scala/pom.xml +++ b/awaitility-scala/pom.xml @@ -26,7 +26,7 @@ Simplifies Awaitility usage from Scala - 2.13.5 + 2.13.6 diff --git a/changelog.txt b/changelog.txt index b74204f..5dc2d84 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,7 @@ Changelog next version ---------------------- * Fixed a bug preventing you to specify "fib(-1)" when using the fibonacci poll interval (thanks to Björn Michael for pull request) (issue 201) +* Upgraded to Scala from 2.13.5 to 2.13.6 (thanks to sullis for pull request) * Avoid memory leak by caching only the original default uncaught exception handler globally (thanks to Oliver Grof for pull request (issue 221) Changelog 4.1.0 (2021-05-08)