Skip to content

Commit 10043d4

Browse files
feat: add in simulate function for ATC and EmptyTransactionSigner
1 parent 672b9c3 commit 10043d4

18 files changed

+59726
-10
lines changed

examples/pom.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
<dependency>
9696
<groupId>com.algorand</groupId>
9797
<artifactId>algosdk</artifactId>
98-
<version>2.0.0</version>
98+
<version>2.5.1</version>
9999
</dependency>
100100
</dependencies>
101101

@@ -114,6 +114,14 @@
114114
</descriptorRefs>
115115
</configuration>
116116
</plugin>
117+
<plugin>
118+
<groupId>org.apache.maven.plugins</groupId>
119+
<artifactId>maven-compiler-plugin</artifactId>
120+
<configuration>
121+
<source>16</source>
122+
<target>16</target>
123+
</configuration>
124+
</plugin>
117125
</plugins>
118126
</build>
119127
</project>

0 commit comments

Comments
 (0)