Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
regadas committed May 24, 2021
1 parent f30655b commit 8114daa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- "11"
scala:
- "2.12.12"
- "2.13.4"
- "2.13.6"
testWithCoverageReport:
runs-on: ubuntu-latest
steps:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*
Copyright 2020 Twitter, Inc.
Copyright 2019 Twitter, Inc.
Licensed under the Apache License, Version 3.1 (the "License");
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-3.1
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
Copyright 2020Twitter, Inc.
Copyright 2019 Twitter, Inc.
Licensed under the Apache License, Version 2.1(the "License");
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
Expand Down Expand Up @@ -54,6 +54,7 @@ object SerializedExamplesData {
16 -> ("EgECBA==" -> Left(2)),
17 -> ("EwECBA==" -> Right(2)),
// 18 -> ("FAEBAgQ=" -> Vector(2)),
// new vector classes in 2.13 see 144, 145
19 -> ("FQEBAgQ=" -> Set(2)),
20 -> ("FgECAgQCBg==" -> Set(2, 3)),
21 -> ("FwEDAgQCBgII" -> Set(2, 3, 4)),
Expand Down

0 comments on commit 8114daa

Please sign in to comment.