Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zyclonite committed Mar 27, 2024
1 parent e8a07dd commit d4ea027
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ To use the Vert.x Cron-Utils, add the following dependency to the _dependencies_
<dependency>
<groupId>com.noenv</groupId>
<artifactId>vertx-cronutils</artifactId>
<version>4.5.6</version>
<version>4.5.7</version>
</dependency>
----

* Gradle (in your `build.gradle` file):

[source,groovy,subs="+attributes"]
----
compile 'com.noenv:vertx-cronutils:4.5.6'
compile 'com.noenv:vertx-cronutils:4.5.7'
----

== Creating a cron scheduler
Expand Down

0 comments on commit d4ea027

Please sign in to comment.