mirror of https://github.com/irmen/ksim65.git
updates
This commit is contained in:
parent
6812ab4b09
commit
0fda62370e
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="KotlinJpsPluginSettings">
|
||||
<option name="version" value="1.9.0" />
|
||||
<option name="version" value="1.9.10" />
|
||||
</component>
|
||||
</project>
|
|
@ -1,7 +1,3 @@
|
|||
[](https://saythanks.io/to/irmen)
|
||||
[](https://travis-ci.org/irmen/ksim65)
|
||||
|
||||
|
||||
# KSim65 - Kotlin/JVM 6502/65C02 microprocessor simulator
|
||||
|
||||
*Written by Irmen de Jong (irmen@razorvine.net)*
|
||||
|
@ -38,13 +34,13 @@ For Maven:
|
|||
<dependency>
|
||||
<groupId>net.razorvine</groupId>
|
||||
<artifactId>ksim65</artifactId>
|
||||
<version>1.8</version>
|
||||
<version>1.10</version>
|
||||
<type>pom</type>
|
||||
</dependency>
|
||||
|
||||
For Gradle:
|
||||
|
||||
implementation 'net.razorvine:ksim65:1.8'
|
||||
implementation 'net.razorvine:ksim65:1.10'
|
||||
|
||||
Update the version as required.
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ import kotlin.math.max
|
|||
|
||||
plugins {
|
||||
// Apply the Kotlin JVM plugin to add support for Kotlin on the JVM.
|
||||
kotlin("jvm") version "1.9.0"
|
||||
kotlin("jvm") version "1.9.10"
|
||||
`maven-publish`
|
||||
application
|
||||
java
|
||||
|
|
Loading…
Reference in New Issue