Skip to content

Commit

Permalink
Scala 2.13.6 (#218)
Browse files Browse the repository at this point in the history
Co-authored-by: Johan Haleby <johan.haleby@gmail.com>
  • Loading branch information
sullis and johanhaleby committed Oct 8, 2021
1 parent 683186b commit 173e831
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion awaitility-scala/pom.xml
Expand Up @@ -26,7 +26,7 @@
<description>Simplifies Awaitility usage from Scala</description>

<properties>
<scala.version>2.13.5</scala.version>
<scala.version>2.13.6</scala.version>
</properties>

<dependencies>
Expand Down
1 change: 1 addition & 0 deletions 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)
Expand Down

0 comments on commit 173e831

Please sign in to comment.