Skip to content

Commit

Permalink
Merge pull request #18 from ReviversMC/next/4.3.1
Browse files Browse the repository at this point in the history
4.3.1
  • Loading branch information
Cloudate9 authored Jul 22, 2022
2 parents 8b6394b + 0e7db00 commit b2c2797
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ plugins {
}

group = "com.github.reviversmc.themodindex.validation"
version = "4.3.0"
version = "4.3.1"

repositories {
mavenCentral()
maven("https://jitpack.io")
}

dependencies {
api("com.github.reviversmc:the-mod-index-api:7.2.1")
api("com.github.reviversmc:the-mod-index-api:8.0.0")
api("org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.4")
}

Expand Down

0 comments on commit b2c2797

Please sign in to comment.