Skip to content

Commit

Permalink
Merge pull request #126 from SumoLogic-Labs/goledzki-scala-and-scala-…
Browse files Browse the repository at this point in the history
…slack-client-upgrades

slack-scala-client 1.0.1, Scala 2.12.19, Scala 2.13.14
  • Loading branch information
mccartney authored Aug 28, 2024
2 parents 30dc056 + 03a3cd4 commit dbcf947
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 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.17
-PscalaVersion=2.12.19
build_java11-scala2_13:
runs-on: ubuntu-latest
Expand All @@ -47,4 +47,4 @@ jobs:
with:
arguments: |
build
-PscalaVersion=2.13.10
-PscalaVersion=2.13.14
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.17
./gradlew shellbase-slack:publish -PscalaVersion=2.12.17
./gradlew shellbase-core:publish -PscalaVersion=2.12.17
./gradlew shellbase-example:publish -PscalaVersion=2.13.10
./gradlew shellbase-slack:publish -PscalaVersion=2.13.10
./gradlew shellbase-core:publish -PscalaVersion=2.13.10
./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
```
5. Go to https://oss.sonatype.org/index.html#stagingRepositories, search for com.sumologic, close and release your repo.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ buildscript {
ext.jodaTimeVersion = '2.12.7'
ext.junitVersion = '4.13.2'
ext.mockitoVersion = '4.8.1'
ext.scalaSlackClientVersion = '1.0.0'
ext.scalaSlackClientVersion = '1.0.1'
ext.scalatestVersion = '3.0.9'
ext.slf4jVersion = '2.0.16'
ext.velocityVersion = '2.3'
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.17, 2.13.10
defaultScalaVersion = 2.12.17
supportedScalaVersions = 2.12.19, 2.13.14
defaultScalaVersion = 2.12.19


# Gradle UI
Expand Down

0 comments on commit dbcf947

Please sign in to comment.