Skip to content

Commit

Permalink
Upgrading to slack-scala-client 1.0.0 and switching to Pekko
Browse files Browse the repository at this point in the history
  • Loading branch information
mccartney committed May 21, 2024
1 parent 8ca7c84 commit 9b259f0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
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.5'
ext.junitVersion = '4.13.2'
ext.mockitoVersion = '4.8.1'
ext.scalaSlackClientVersion = '0.4.0'
ext.scalaSlackClientVersion = '1.0.0'
ext.scalatestVersion = '3.0.9'
ext.slf4jVersion = '2.0.9'
ext.velocityVersion = '1.7'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/
package com.sumologic.shellbase.slack

import akka.actor.ActorSystem
import org.apache.pekko.actor.ActorSystem
import slack.api.BlockingSlackApiClient

trait SlackState {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/
package com.sumologic.shellbase.slack

import akka.actor.ActorSystem
import org.apache.pekko.actor.ActorSystem
import org.mockito.ArgumentMatchers.{eq => matcher_eq, _}
import org.mockito.Mockito.{verify, when}
import org.mockito.stubbing.OngoingStubbing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/
package com.sumologic.shellbase.slack

import akka.actor.ActorSystem
import org.apache.pekko.actor.ActorSystem
import com.sumologic.shellbase.ShellCommand
import org.apache.commons.cli.CommandLine
import org.junit.runner.RunWith
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

package com.sumologic.shellbase.slack

import akka.actor.ActorSystem
import org.apache.pekko.actor.ActorSystem
import com.sumologic.shellbase.ShellCommand
import org.apache.commons.cli.CommandLine
import org.junit.runner.RunWith
Expand Down

0 comments on commit 9b259f0

Please sign in to comment.