Skip to content

Commit

Permalink
Update blossom to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew121410 committed Sep 19, 2023
1 parent 411c7f7 commit 87c3fc9
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 @@ -2,8 +2,8 @@ import java.text.SimpleDateFormat
import java.util.*

plugins {
id("com.github.johnrengelman.shadow") version "8.1.1"
id("net.kyori.blossom") version "2.0.1"
id("com.github.johnrengelman.shadow") version "8.1.1" // https://github.com/johnrengelman/shadow
id("net.kyori.blossom") version "2.1.0" // https://github.com/KyoriPowered/blossom
`java-library`
`maven-publish`
}
Expand Down

0 comments on commit 87c3fc9

Please sign in to comment.