From 8a902d95e2a05e8350808b52ed2bc09138557291 Mon Sep 17 00:00:00 2001 From: "Ricardo R. Gudwin" Date: Sat, 29 Apr 2023 08:35:22 -0300 Subject: [PATCH] Changed dependencies --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a41b569..667a17a 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ configurations { dependencies { //api('com.github.CST-Group:cst:8c66269') - api('com.github.CST-Group:cst-bindings:main-SNAPSHOT') + api('com.github.CST-Group:cst-bindings:ff57f19') //api ':cst-bindings:1.0.6-full' api group: 'org.jfree', name: 'jfreechart', version: '1.0.19' api 'com.soartech:jsoar-core:4.1.0'