Skip to content

Commit

Permalink
Update to dart-sass-embedded 1.49.11
Browse files Browse the repository at this point in the history
  • Loading branch information
larsgrefer committed Apr 3, 2022
1 parent c1d48fb commit 29ba7b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
java-version: ${{ matrix.java }}
distribution: 'temurin'

- run: java -XshowSettings -version
- run: java -XshowSettings:properties -version
- name: Build with Gradle
run: ./gradlew build

Expand Down
2 changes: 1 addition & 1 deletion sass-embedded-host/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repositories {
}
}

def dartSassVersion = "1.49.10"
def dartSassVersion = "1.49.11"
def slf4jVersion = '1.7.36'
def springVersion = '5.3.17'
def webjarsVersion = '0.50'
Expand Down

0 comments on commit 29ba7b1

Please sign in to comment.