Skip to content

Commit

Permalink
Bump major version
Browse files Browse the repository at this point in the history
  • Loading branch information
mathis guillet authored and mkurz committed Dec 8, 2023
1 parent 86233a7 commit ac19c61
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ lazy val silhouette = (project in file("silhouette"))
resolvers ++= Dependencies.resolvers
)
.enablePlugins(PlayScala)
.disablePlugins(PlayAkkaHttpServer)
.disablePlugins(PlayPekkoHttpServer)

lazy val silhouetteCas = (project in file("silhouette-cas"))
.settings(
Expand Down
4 changes: 2 additions & 2 deletions silhouette/test/play/silhouette/api/EventBusSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
*/
package play.silhouette.api

import akka.actor.{ Actor, ActorSystem, Props }
import akka.testkit.TestProbe
import org.apache.pekko.actor.{ Actor, ActorSystem, Props }
import org.apache.pekko.testkit.TestProbe
import org.specs2.specification.Scope
import play.api.test.{ FakeRequest, PlaySpecification, WithApplication }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ import com.google.inject.AbstractModule

import javax.inject.Inject

import akka.actor.{ Actor, ActorSystem, Props }
import akka.testkit.TestProbe
import org.apache.pekko.actor.{ Actor, ActorSystem, Props }
import org.apache.pekko.testkit.TestProbe
import play.silhouette.api._
import play.silhouette.api.actions.SecuredActionSpec._
import play.silhouette.api.exceptions.{ NotAuthenticatedException, NotAuthorizedException }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ import com.google.inject.AbstractModule

import javax.inject.Inject

import akka.actor.{ Actor, ActorSystem, Props }
import akka.testkit.TestProbe
import org.apache.pekko.actor.{ Actor, ActorSystem, Props }
import org.apache.pekko.testkit.TestProbe
import play.silhouette.api._
import play.silhouette.api.actions.UnsecuredActionSpec._
import play.silhouette.api.exceptions.NotAuthorizedException
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ThisBuild / version := "10.0.0-SNAPSHOT"
ThisBuild / version := "11.0.0-SNAPSHOT"

0 comments on commit ac19c61

Please sign in to comment.