Skip to content

Commit

Permalink
Update cats-tagless up to 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pomadchin committed May 17, 2024
1 parent 8c407bb commit c033f8b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/scala-steward.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# This workflow will launch at 00:00 every day
# on:
# schedule:
# - cron: '0 0 * * *'
# workflow_dispatch:
on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:

# name: Launch Scala Steward
name: Launch Scala Steward

# jobs:
# scala-steward:
# runs-on: ubuntu-latest
# name: Launch Scala Steward
# steps:
# - name: Launch Scala Steward
# uses: scala-steward-org/scala-steward-action@v2
# with:
# github-token: ${{ secrets.REPO_GITHUB_TOKEN }}
jobs:
scala-steward:
runs-on: ubuntu-latest
name: Launch Scala Steward
steps:
- name: Launch Scala Steward
uses: scala-steward-org/scala-steward-action@v2
with:
github-token: ${{ secrets.REPO_GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ object Dependencies {

val catsMtl = "1.4.0"

val catsTagless = "0.15.0"
val catsTagless = "0.16.0"

val enumeratum = "1.7.3"

Expand Down

0 comments on commit c033f8b

Please sign in to comment.