Skip to content

Commit

Permalink
update dependencies for 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 3e0cafe commit 3732f7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions solvers_ivy_conf/ivy_javasmt_yices2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ SPDX-License-Identifier: Apache-2.0
<!-- keep the following dependencies synchronized with the default lib/ivy.xml and build-jar-yices2.xml -->

<!-- SoSy-Lab Common Library -->
<dependency org="org.sosy_lab" name="common" rev="0.3000-569-g89796f98" conf="runtime->runtime; sources->sources"/>
<dependency org="org.sosy_lab" name="common" rev="0.3000-585-g7a5f95c1" conf="runtime->runtime; sources->sources"/>

<!-- Google Core Libraries for Java
Contains a lot of helpful data structures. -->
<dependency org="com.google.guava" name="guava" rev="32.1.2-jre" conf="runtime->default; sources->sources"/>
<dependency org="com.google.guava" name="guava" rev="33.2.1-jre" conf="runtime->default; sources->sources"/>

<!-- Annotations we use for @Nullable etc. -->
<dependency org="org.checkerframework" name="checker-qual" rev="3.37.0" conf="runtime->default; sources->sources"/>
<dependency org="org.checkerframework" name="checker-qual" rev="3.44.0" conf="runtime->default; sources->sources"/>

</dependencies>

Expand Down

0 comments on commit 3732f7e

Please sign in to comment.