Skip to content

Commit

Permalink
Added dependsOnClause needed for 2.0RC1.
Browse files Browse the repository at this point in the history
Updated version to 0.5.1
  • Loading branch information
stefankendall2 committed Oct 22, 2011
1 parent 96e326e commit 5dd7cb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CompassSassGrailsPlugin.groovy
@@ -1,7 +1,7 @@
class CompassSassGrailsPlugin {
def version = "0.5"
def version = "0.5.1"
def grailsVersion = "1.3.7 > *"
def dependsOn = [:]
def dependsOn = [resources: '1.0.2']
def pluginExcludes = [
'grails-app/views/*.gsp',
'web-app/**/*',
Expand Down

0 comments on commit 5dd7cb4

Please sign in to comment.