Skip to content

Commit

Permalink
Update build configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
YiiGuxing committed Dec 7, 2021
1 parent db6fb85 commit e4d9a91
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 @@ -21,11 +21,11 @@ repositories {

dependencies {
testImplementation("junit:junit:4.13.2")
implementation("com.github.dtmo.jfiglet:jfiglet:1.0.0")
implementation("com.github.dtmo.jfiglet:jfiglet:1.0.1")
}

intellij {
pluginName.set(properties("pluginName"))
pluginName.set("FIGlet")
version.set(properties("platformVersion"))
type.set(properties("platformType"))
}
Expand Down

0 comments on commit e4d9a91

Please sign in to comment.