Skip to content

Commit

Permalink
Merge pull request #57 from akefirad/GH-0-prepare-for-release
Browse files Browse the repository at this point in the history
GH-0 cleanup and release v0.2.0
  • Loading branch information
akefirad authored Jan 25, 2025
2 parents 4c20606 + 5cf358f commit 9fe48c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ pluginGroup = com.akefirad.groom
pluginName = Groom
pluginRepositoryUrl = https://github.com/akefirad/groom
# SemVer format -> https://semver.org
pluginVersion = 0.1.0
pluginVersion = 0.2.0

# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 233
pluginUntilBuild = 243.*
pluginUntilBuild = 251.*

# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
platformType = IC
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ junit = { group = "junit", name = "junit", version.ref = "junit" }
mockk = { group = "io.mockk", name = "mockk", version = "1.13.16" }
mockito-core = { group = "org.mockito", name = "mockito-core", version = "5.15.2" }
mockito-inline = { group = "org.mockito", name = "mockito-inline", version = "5.2.0" }
groovy = { group = "org.codehaus.groovy", name = "groovy-test", version = "3.0.19" } # update if you can!
groovy = { group = "org.codehaus.groovy", name = "groovy-test", version = "3.0.23" } # update if you can!

[bundles]
mockito = ["mockito-core", "mockito-inline"]
Expand Down

0 comments on commit 9fe48c5

Please sign in to comment.