Skip to content

Commit

Permalink
Merge pull request #337 from scala-steward/update/sbt-circe-org-0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zarthross authored Aug 9, 2023
2 parents 0b376fb + 00a8777 commit c8cab99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.13.7]
java: [temurin@11]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -240,4 +239,4 @@ jobs:
(echo "$PGP_PASSPHRASE"; echo; echo) | gpg --command-fd 0 --pinentry-mode loopback --change-passphrase $(gpg --list-secret-keys --with-colons 2> /dev/null | grep '^sec:' | cut --delimiter ':' --fields 5 | tail -n 1)
- name: Publish
run: sbt '++ ${{ matrix.scala }}' tlRelease
run: sbt tlCiRelease
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
addSbtPlugin("io.circe" % "sbt-circe-org" % "0.1.2")
addSbtPlugin("io.circe" % "sbt-circe-org" % "0.1.4")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.2")

0 comments on commit c8cab99

Please sign in to comment.