Skip to content

Commit

Permalink
1.0 Release (dependent on new threadly 6.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
jentfoo committed Feb 16, 2020
1 parent d527338 commit f419f09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Threadly Test Utilities [![Build status](https://badge.buildkite.com/8bfb74c7efa06fb26fd53f710996951a4e907a8b72d76ae8a6.svg)](https://buildkite.com/threadly/threadly-test)
Threadly Test Utilities [![Build status](https://badge.buildkite.com/8bfb74c7efa06fb26fd53f710996951a4e907a8b72d76ae8a6.svg?branch=master)](https://buildkite.com/threadly/threadly-test)
========
Tools for testing concurrent applications. Helping make normally async designs deterministic and fast to run in unit tests.

Expand All @@ -8,7 +8,7 @@ Include these tools in your test code by including the maven central artifact:
<dependency>
<groupId>org.threadly</groupId>
<artifactId>threadly-test</artifactId>
<version>0.1</version>
<version>1.0</version>
</dependency>
```
-- Test Tool Overview --
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group = org.threadly
version = 1.0-SNAPSHOT
version = 1.0
org.gradle.parallel = false

threadlyVersion = 6.0

0 comments on commit f419f09

Please sign in to comment.