Skip to content

Commit

Permalink
bump release version to 1.10.2a
Browse files Browse the repository at this point in the history
  • Loading branch information
Readon committed Jul 15, 2024
1 parent e0cd6bb commit dbff680
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
scalaVersion: [2.11, 2.12, 2.13]
spinalVersion: [1.10.2]
spinalVersion: [1.10.2a]
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
matrix:
image: [2019, 2022]
scalaVersion: [2.11, 2.12, 2.13]
spinalVersion: [1.10.2]
spinalVersion: [1.10.2a]
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down
6 changes: 3 additions & 3 deletions get_versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ full_scala_versions["2.11-1.10.1"]="2.11.12"
full_scala_versions["2.12-1.10.1"]="2.12.18"
full_scala_versions["2.13-1.10.1"]="2.13.12"

full_scala_versions["2.11-1.10.2"]="2.11.12"
full_scala_versions["2.12-1.10.2"]="2.12.18"
full_scala_versions["2.13-1.10.2"]="2.13.12"
full_scala_versions["2.11-1.10.2a"]="2.11.12"
full_scala_versions["2.12-1.10.2a"]="2.12.18"
full_scala_versions["2.13-1.10.2a"]="2.13.12"

_sbt_version="1.8.0"
_java_version="17.0.8.1-tem"
Expand Down

0 comments on commit dbff680

Please sign in to comment.