Skip to content

Commit

Permalink
Scala 2.13.15, 2.12.20; 5.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mccartney committed Nov 7, 2024
1 parent d175211 commit a97a93c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
arguments: |
build
-PscalaVersion=2.12.19
-PscalaVersion=2.12.20
build_java11-scala2_13:
runs-on: ubuntu-latest
Expand All @@ -47,4 +47,4 @@ jobs:
with:
arguments: |
build
-PscalaVersion=2.13.14
-PscalaVersion=2.13.15
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,12 @@ outside this list)
```
4. Perform a release in selected Scala versions:
```
./gradlew shellbase-example:publish -PscalaVersion=2.12.19
./gradlew shellbase-slack:publish -PscalaVersion=2.12.19
./gradlew shellbase-core:publish -PscalaVersion=2.12.19
./gradlew shellbase-example:publish -PscalaVersion=2.13.14
./gradlew shellbase-slack:publish -PscalaVersion=2.13.14
./gradlew shellbase-core:publish -PscalaVersion=2.13.14
./gradlew shellbase-example:publish -PscalaVersion=2.12.20
./gradlew shellbase-slack:publish -PscalaVersion=2.12.20
./gradlew shellbase-core:publish -PscalaVersion=2.12.20
./gradlew shellbase-example:publish -PscalaVersion=2.13.15
./gradlew shellbase-slack:publish -PscalaVersion=2.13.15
./gradlew shellbase-core:publish -PscalaVersion=2.13.15
```
5. Go to https://oss.sonatype.org/index.html#stagingRepositories, search for com.sumologic, close and release your repo.
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ javaSourceVersion = 1.8
javaTargetVersion = 1.8

# Scala versions
supportedScalaVersions = 2.12.19, 2.13.14
defaultScalaVersion = 2.12.19
supportedScalaVersions = 2.12.20, 2.13.15
defaultScalaVersion = 2.12.20


# Gradle UI
Expand Down

0 comments on commit a97a93c

Please sign in to comment.