Skip to content

Commit

Permalink
Merge pull request #94 from scala-steward/update/sbt-typelevel-0.5.0-M10
Browse files Browse the repository at this point in the history
  • Loading branch information
valencik authored Mar 5, 2023
2 parents 1a050fe + 9e9cba8 commit 65cd501
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
SONATYPE_CREDENTIAL_HOST: ${{ secrets.SONATYPE_CREDENTIAL_HOST }}
run: sbt '++ ${{ matrix.scala }}' tlRelease
run: sbt '++ ${{ matrix.scala }}' tlCiRelease

dependency-submission:
name: Submit Dependencies
Expand Down
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.5.0-M9")
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.5.0-M9")
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.5.0-M10")
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.5.0-M10")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.4")

0 comments on commit 65cd501

Please sign in to comment.