Skip to content

Commit

Permalink
Merge pull request #662 from typelevel/update/sbt-typelevel-0.4.12
Browse files Browse the repository at this point in the history
Update sbt-typelevel, sbt-typelevel-site to 0.4.12
  • Loading branch information
danicheg authored Jun 10, 2022
2 parents d595270 + c06c8df commit ac6560f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ name: Continuous Integration

on:
pull_request:
branches: ['**', '!update/**']
branches: ['**', '!update/**', '!pr/**']
push:
branches: ['**', '!update/**']
branches: ['**', '!update/**', '!pr/**']
tags: [v*]

env:
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.10.0")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.3")
val sbtTypelevelVersion = "0.4.11"
val sbtTypelevelVersion = "0.4.12"
addSbtPlugin("org.typelevel" % "sbt-typelevel" % sbtTypelevelVersion)
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % sbtTypelevelVersion)

0 comments on commit ac6560f

Please sign in to comment.