Skip to content

Commit

Permalink
Publish Snapshots (#476)
Browse files Browse the repository at this point in the history
* publish snapshots

* format
  • Loading branch information
adamgfraser committed Mar 9, 2022
1 parent e6665cb commit 8747a4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
on:
pull_request:
push:
branches: ['master']
branches: ['master', 'series/2.x']
release:
types:
- published
Expand Down
2 changes: 1 addition & 1 deletion project/BuildHelper.scala
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ object BuildHelper {
val Scala212: String = versions("2.12")
val Scala213: String = versions("2.13")
val Scala3: String = versions("3")
val SilencerVersion = "1.7.8"
val SilencerVersion = "1.7.8"

private val stdOptions = Seq(
"-deprecation",
Expand Down

0 comments on commit 8747a4b

Please sign in to comment.