Skip to content

Commit

Permalink
Merge pull request #285 from alejandrohdezma/update/all
Browse files Browse the repository at this point in the history
Dependency Updates
  • Loading branch information
alejandrohdezma-steward[bot] authored Nov 25, 2022
2 parents a0ed429 + 3c25cc8 commit d98098c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 34 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# - It will automatically label PRs based on head branch.
# - It will automatically enable auto-merge on `Scala Steward` PRs.

name: CI (Pull Requests)
name: CI

on:
pull_request:
Expand Down
27 changes: 0 additions & 27 deletions .github/workflows/main.yml

This file was deleted.

2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ lazy val `http4s-munit` = module
.settings(libraryDependencies += "org.http4s" %% "http4s-ember-client" % "0.23.16" % Optional)
.settings(libraryDependencies += "org.typelevel" %% "munit-cats-effect-3" % "1.0.7")
.settings(libraryDependencies += "io.circe" %% "circe-parser" % "0.14.3")
.settings(libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.4.4" % Test)
.settings(libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.4.5" % Test)
.settings(libraryDependencies += "org.http4s" %% "http4s-circe" % "0.23.16" % Test)
.settings(libraryDependencies += "com.dimafeng" %% "testcontainers-scala-munit" % "0.40.11" % Test)
.settings(libraryDependencies += "org.http4s" %% "http4s-ember-client" % "0.23.16" % Test)
Expand Down
10 changes: 5 additions & 5 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.10.4")
addSbtPlugin("com.alejandrohdezma" % "sbt-ci" % "2.9.0")
addSbtPlugin("com.alejandrohdezma" % "sbt-ci" % "2.11.0")
addSbtPlugin("com.alejandrohdezma" % "sbt-fix" % "0.7.0")
addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % "0.11.4")
addSbtPlugin("com.alejandrohdezma" % "sbt-github-header" % "0.11.4")
addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % "0.11.6")
addSbtPlugin("com.alejandrohdezma" % "sbt-github-header" % "0.11.6")
addSbtPlugin("com.alejandrohdezma" % "sbt-scalafix-defaults" % "0.10.0")
addSbtPlugin("com.alejandrohdezma" % "sbt-scalafmt-defaults" % "0.7.1")
addSbtPlugin("com.alejandrohdezma" % "sbt-scalafmt-defaults" % "0.8.0")
addSbtPlugin("com.alejandrohdezma" % "sbt-modules" % "0.2.0")
addSbtPlugin("com.alejandrohdezma" % "sbt-mdoc-toc" % "0.4.0")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.8.0")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.9.0")
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.1")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.6")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")

0 comments on commit d98098c

Please sign in to comment.