Skip to content

Commit 16ac1c8

Browse files
Remove unnecessary version number
1 parent 865a92a commit 16ac1c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grails-bootstrap/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import org.apache.tools.ant.filters.ReplaceTokens
33
dependencies {
44
api ( "org.codehaus.groovy:groovy-xml:$groovyVersion" )
55
api ( "org.codehaus.groovy:groovy-templates:$groovyVersion" )
6-
api "org.yaml:snakeyaml:1.33"
6+
api "org.yaml:snakeyaml"
77
api "io.micronaut:micronaut-inject:$micronautVersion"
88

99
compileOnly("io.methvin:directory-watcher:$methvinDirectoryWatcherVersion")

0 commit comments

Comments
 (0)