Skip to content

Commit

Permalink
chore: add support for Scala 2.13.16 (#658)
Browse files Browse the repository at this point in the history
* chore: add support for Scala 2.13.16

Closes #656

* Update test-release.sh

* Update ci.yml
  • Loading branch information
Rossbro2 authored Jan 13, 2025
1 parent c17c0c3 commit b16cc8f
Show file tree
Hide file tree
Showing 3 changed files with 5 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 @@ -22,9 +22,9 @@ jobs:
{ version: '2.12.20' },
{ version: '2.12.19' },
{ version: '2.12.18' },
{ version: '2.13.16' },
{ version: '2.13.15' },
{ version: '2.13.14' },
{ version: '2.13.13' }
{ version: '2.13.14' }
]
steps:
- name: checkout the repo
Expand Down
1 change: 1 addition & 0 deletions bin/test-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ coursier fetch \
org.scoverage:scalac-scoverage-plugin_2.13.13:$version \
org.scoverage:scalac-scoverage-plugin_2.13.14:$version \
org.scoverage:scalac-scoverage-plugin_2.13.15:$version \
org.scoverage:scalac-scoverage-plugin_2.13.16:$version \
org.scoverage:scalac-scoverage-runtime_2.12:$version \
org.scoverage:scalac-scoverage-runtime_2.13:$version \
org.scoverage:scalac-scoverage-runtime_sjs1_2.12:$version \
Expand Down
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import sbtcrossproject.CrossType
lazy val munitVersion = "1.0.4"
lazy val scalametaVersion = "4.9.9"
lazy val defaultScala212 = "2.12.20"
lazy val defaultScala213 = "2.13.15"
lazy val defaultScala213 = "2.13.16"
lazy val defaultScala3 = "3.3.0"
lazy val bin212 =
Seq(
Expand All @@ -17,6 +17,7 @@ lazy val bin212 =
lazy val bin213 =
Seq(
defaultScala213,
"2.13.15",
"2.13.14",
"2.13.13",
"2.13.12",
Expand Down

0 comments on commit b16cc8f

Please sign in to comment.