Skip to content

Commit

Permalink
update dependency to JavaSMT's Yices2 bindings.
Browse files Browse the repository at this point in the history
  • Loading branch information
kfriedberger committed Jul 7, 2024
1 parent 3732f7e commit 83a2b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ivy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ SPDX-License-Identifier: Apache-2.0
<dependency org="org.sosy_lab" name="javasmt-solver-bitwuzla" rev="0.4.0-g4dbf3b1f" conf="runtime-bitwuzla->solver-bitwuzla; contrib->sources,javadoc"/>

<!-- additional JavaSMT components with Solver Binaries -->
<dependency org="org.sosy_lab" name="javasmt-yices2" rev="4.1.1-715-gfd9bf0d78" conf="runtime-yices2->runtime; contrib->sources" />
<dependency org="org.sosy_lab" name="javasmt-yices2" rev="4.1.1-734-g3732f7e08" conf="runtime-yices2->runtime; contrib->sources" />
<!-- <dependency org="org.sosy_lab" name="javasmt-solver-yices2" rev="2.6.4-264-g553897f5" conf="runtime->solver-yices2" /> -->

<!-- Several JARs declare animal-sniffer-annotations.jar as dependency in their manifest although they do not really need it.
Expand Down

0 comments on commit 83a2b98

Please sign in to comment.