Skip to content

Commit

Permalink
chore: add support for 2.13.12
Browse files Browse the repository at this point in the history
closes #575
  • Loading branch information
ckipp01 committed Sep 7, 2023
1 parent 6dc3ce1 commit 7b6f8f2
Show file tree
Hide file tree
Showing 3 changed files with 4 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 @@ -22,9 +22,9 @@ jobs:
{ version: '2.12.18' },
{ version: '2.12.17' },
{ version: '2.12.16' },
{ version: '2.13.12' },
{ version: '2.13.11' },
{ version: '2.13.10' },
{ version: '2.13.9' }
]
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 @@ -20,6 +20,7 @@ coursier fetch \
org.scoverage:scalac-scoverage-plugin_2.13.9:$version \
org.scoverage:scalac-scoverage-plugin_2.13.10:$version \
org.scoverage:scalac-scoverage-plugin_2.13.11:$version \
org.scoverage:scalac-scoverage-plugin_2.13.12:$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 = "0.7.29"
lazy val scalametaVersion = "4.7.8"
lazy val defaultScala212 = "2.12.18"
lazy val defaultScala213 = "2.13.11"
lazy val defaultScala213 = "2.13.12"
lazy val defaultScala3 = "3.3.0"
lazy val bin212 =
Seq(
Expand All @@ -21,6 +21,7 @@ lazy val bin212 =
lazy val bin213 =
Seq(
defaultScala213,
"2.13.11",
"2.13.10",
"2.13.9",
"2.13.8",
Expand Down

0 comments on commit 7b6f8f2

Please sign in to comment.