Update moderne-gradle-plugin version to 0.3.1

This commit is contained in:
Sam Snyder
2021-10-20 12:50:36 -07:00
parent 9eb532cc04
commit a85924bb54
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.idea/

View File

@@ -46,7 +46,7 @@ plugins {
id("maven-publish")
// In a multi-project build, apply this only to the root project
id("io.moderne.rewrite") version("0.3.0")
id("io.moderne.rewrite") version("0.3.1")
}
repositories {