Skip to content

Commit

Permalink
Release version 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zml2008 committed Aug 11, 2020
1 parent 0cd1583 commit 6856ab0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ repositories {
}

dependencies {
modImplementation(include("ca.stellardrift:confabricate:1.2+3.7")!!)
modImplementation(include("ca.stellardrift:confabricate:1.3+3.7.1")!!)
}
```

4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
id("ca.stellardrift.opinionated.publish") version "3.1"
}

val versionBase = "1.3-SNAPSHOT"
val versionBase = "1.3"
val versionMinecraft: String by project
val versionMappings: String by project
val versionLoader: String by project
Expand Down Expand Up @@ -48,7 +48,7 @@ tasks.withType(Javadoc::class).configureEach {
}

dependencies {
api("com.google.errorprone:error_prone_annotations:$versionErrorprone")
compileOnly("com.google.errorprone:error_prone_annotations:$versionErrorprone")
errorprone("com.google.errorprone:error_prone_core:$versionErrorprone")
minecraft("com.mojang:minecraft:$versionMinecraft")
mappings("net.fabricmc:yarn:$versionMinecraft+build.$versionMappings:v2")
Expand Down

0 comments on commit 6856ab0

Please sign in to comment.