Skip to content

Commit

Permalink
Update ROBOT version
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Jun 28, 2024
1 parent 54fc18b commit f99c0e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/bioontologies/robot.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@

logger = logging.getLogger(__name__)

LATEST = "1.9.4"
ROBOT_URL = f"https://github.com/ontodev/robot/releases/download/v{LATEST}/robot.jar"
ROBOT_MODULE = pystow.module("robot")
VERSION = "1.9.6"
ROBOT_URL = f"https://github.com/ontodev/robot/releases/download/v{VERSION}/robot.jar"
ROBOT_MODULE = pystow.module("robot", VERSION)
ROBOT_PATH = ROBOT_MODULE.ensure(url=ROBOT_URL)
ROBOT_COMMAND = ["java", "-jar", str(ROBOT_PATH)]

Expand Down

0 comments on commit f99c0e3

Please sign in to comment.