Skip to content

Commit

Permalink
wip (#90)
Browse files Browse the repository at this point in the history
* wip

* wip

* wip

* Update AddApplyFileDiffLinks.kt
  • Loading branch information
acharneski authored Jul 28, 2024
1 parent 4828a46 commit d7ac324
Show file tree
Hide file tree
Showing 7 changed files with 189 additions and 217 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,18 +76,18 @@ Maven:
<dependency>
<groupId>com.simiacryptus</groupId>
<artifactId>skyenet-webui</artifactId>
<version>1.0.64</version>
<version>1.0.65</version>
</dependency>
```

Gradle:

```groovy
implementation group: 'com.simiacryptus', name: 'skyenet', version: '1.0.64'
implementation group: 'com.simiacryptus', name: 'skyenet', version: '1.0.65'
```

```kotlin
implementation("com.simiacryptus:skyenet:1.0.64")
implementation("com.simiacryptus:skyenet:1.0.65")
```

### 🌟 To Use
Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ val hsqldb_version = "2.7.2"

dependencies {

implementation(group = "com.simiacryptus", name = "jo-penai", version = "1.0.64")
implementation(group = "com.simiacryptus", name = "jo-penai", version = "1.0.65")
implementation(group = "org.hsqldb", name = "hsqldb", version = hsqldb_version)

implementation("org.apache.commons:commons-text:1.11.0")
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Gradle Releases -> https://github.com/gradle/gradle/releases
libraryGroup = com.simiacryptus.skyenet
libraryVersion = 1.0.84
libraryVersion = 1.0.85
gradleVersion = 7.6.1
kotlin.daemon.jvmargs=-Xmx2g
2 changes: 1 addition & 1 deletion webui/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ val jetty_version = "11.0.18"
val jackson_version = "2.17.0"
dependencies {

implementation(group = "com.simiacryptus", name = "jo-penai", version = "1.0.64") {
implementation(group = "com.simiacryptus", name = "jo-penai", version = "1.0.65") {
exclude(group = "org.slf4j", module = "slf4j-api")
}

Expand Down
Loading

0 comments on commit d7ac324

Please sign in to comment.