Skip to content

Commit

Permalink
webjars-locator-core is sufficient
Browse files Browse the repository at this point in the history
  • Loading branch information
larsgrefer committed Feb 3, 2022
1 parent 2526d83 commit 45ec741
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sass-embedded-host/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ repositories {
def dartSassVersion = "1.49.7"
def slf4jVersion = '1.7.35'
def springVersion = '5.3.15'
def webjarsVersion = '0.42'
def webjarsVersion = '0.48'

dependencies {
api project(":sass-embedded-protocol")
Expand All @@ -38,7 +38,7 @@ dependencies {
compileOnly 'javax.servlet:javax.servlet-api:4.0.1'
compileOnly 'jakarta.servlet:jakarta.servlet-api:5.0.0'
compileOnly "org.springframework:spring-core:$springVersion"
compileOnly "org.webjars:webjars-locator:$webjarsVersion"
compileOnly "org.webjars:webjars-locator-core:$webjarsVersion"

sassEmbedded "sass:sass_embedded:$dartSassVersion:linux-ia32@tar.gz"
sassEmbedded "sass:sass_embedded:$dartSassVersion:linux-x64@tar.gz"
Expand Down

0 comments on commit 45ec741

Please sign in to comment.