Skip to content
This repository has been archived by the owner on Oct 26, 2024. It is now read-only.

Commit

Permalink
build(deps): bumped shabbat-api to 3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
TomerFi committed Aug 5, 2024
1 parent af87750 commit 5fd375e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/shabbat_times.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

///usr/bin/env jbang "$0" "$@" ; exit $?
//JAVA 11+
//DEPS info.tomfi.shabbat:shabbat-api:3.0.4
//DEPS info.tomfi.shabbat:shabbat-api:3.0.5
//DEPS info.picocli:picocli:4.6.3

import static java.time.format.DateTimeFormatter.ofLocalizedDateTime;
Expand All @@ -39,7 +39,7 @@
@Command(
name = "shabbat_times",
mixinStandardHelpOptions = true,
version = "3.0.4",
version = "3.0.5",
description = "Retrieve the shabbat times for a geoid.")
final class shabbat_times implements Callable<Integer> {
@Option(
Expand Down

0 comments on commit 5fd375e

Please sign in to comment.