Skip to content

Commit

Permalink
Fix #42
Browse files Browse the repository at this point in the history
  • Loading branch information
triphora committed Feb 11, 2023
1 parent b0a8623 commit f1be52e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'com.gradle.plugin-publish' version '1.1.0'
}

version = '2.7.0'
version = '2.7.1'
group = 'com.modrinth.minotaur'
archivesBaseName = 'Minotaur'
description = 'Modrinth plugin for publishing builds to the website!'
Expand All @@ -19,8 +19,7 @@ repositories {
dependencies {
compileOnly gradleApi()
compileOnly group: 'org.jetbrains', name: 'annotations', version: '+'
//noinspection VulnerableLibrariesLocal
api group: 'dev.masecla', name: 'Modrinth4J', version: '2.0.0'
api group: 'dev.masecla', name: 'Modrinth4J', version: '2.0.1'
}

gradlePlugin {
Expand Down

0 comments on commit f1be52e

Please sign in to comment.