Skip to content

Commit

Permalink
Update slf4j-simple to 1.7.30 (#664)
Browse files Browse the repository at this point in the history
* Update slf4j-simple to 1.7.30

* Remove gem update --system command from Travis
  • Loading branch information
scala-steward authored and ruippeixotog committed Dec 17, 2019
1 parent ae1057f commit 0a571f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
- export NOKOGIRI_USE_SYSTEM_LIBRARIES=true
install:
- rvm use 2.6 --install --fuzzy
- gem update --system
- gem install sass jekyll:4.0.0 html-proofer:3.9.3
script:
- sbt makeMicrosite
Expand All @@ -61,7 +60,6 @@ jobs:
scala: 2.12.10
install:
- rvm use 2.6 --install --fuzzy
- gem update --system
- gem install sass jekyll:4.0.0
script:
- ./scripts/diff_website.sh
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")
addSbtPlugin("org.tpolecat" % "tut-plugin" % "0.6.13")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.8.1")

libraryDependencies += "org.slf4j" % "slf4j-simple" % "1.7.29"
libraryDependencies += "org.slf4j" % "slf4j-simple" % "1.7.30"

0 comments on commit 0a571f7

Please sign in to comment.