Skip to content

Commit

Permalink
Merge branch 'main' into update/feral-lambda-cloudformation-custom-re…
Browse files Browse the repository at this point in the history
…source-0.1.0-M13
  • Loading branch information
mergify[bot] authored Sep 13, 2023
2 parents cb876c1 + 29a4591 commit ca5e68d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @Dwolla/platform
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.13.8]
scala: [2.13.9]
java: [temurin@11]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 0 additions & 2 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ pull_request_rules:
conditions:
- author=dwolla-oss-scala-steward[bot]
actions:
request_reviews:
users: [bpholt]
label:
add: [dependency-update]
- name: automatic update pull requests
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ThisBuild / homepage := Some(url("https://github.com/Dwolla/iam-user-cleanup"))
ThisBuild / description := "CloudFormation custom resource that removes manually-added IAM user attributes prior to the user being deleted by CloudFormation"
ThisBuild / licenses += ("MIT", url("http://opensource.org/licenses/MIT"))
ThisBuild / startYear := Option(2019)
ThisBuild / scalaVersion := "2.13.8"
ThisBuild / scalaVersion := "2.13.9"
ThisBuild / githubWorkflowJavaVersions := Seq(JavaSpec.temurin("11"))
ThisBuild / githubWorkflowBuild := Seq(
WorkflowStep.Sbt(List("test"), name = Option("Run tests")),
Expand Down

0 comments on commit ca5e68d

Please sign in to comment.