Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scala 2.13.6 #218

Merged
merged 2 commits into from Oct 8, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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