Skip to content

Commit b55e27b

Browse files
authored
Merge pull request #344 from typelevel/update/sbt-typelevel-0.4.12
Update sbt-typelevel, sbt-typelevel-site to 0.4.12
2 parents a6827ce + fad3727 commit b55e27b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ name: Continuous Integration
99

1010
on:
1111
pull_request:
12-
branches: ['**', '!update/**']
12+
branches: ['**', '!update/**', '!pr/**']
1313
push:
14-
branches: ['**', '!update/**']
14+
branches: ['**', '!update/**', '!pr/**']
1515
tags: [v*]
1616

1717
env:

project/plugins.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.10.0")
22
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.2.0")
3-
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.4.11")
4-
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.4.11")
3+
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.4.12")
4+
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.4.12")

0 commit comments

Comments
 (0)