Skip to content

Commit

Permalink
Use latest play-git-hub, which can support org-lifecycle
Browse files Browse the repository at this point in the history
  • Loading branch information
rtyley committed May 4, 2023
1 parent 7cc2146 commit ab18dfd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ libraryDependencies ++= Seq(
"io.lemonlabs" %% "scala-uri" % "4.0.3",
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.5",
"org.webjars.bower" % "octicons" % "3.1.0",
"com.madgag.play-git-hub" %% "core" % "5.9",
"com.madgag.play-git-hub" %% "testkit" % "5.9" % Test,
"com.madgag.play-git-hub" %% "core" % "5.10",
"com.madgag.play-git-hub" %% "testkit" % "5.10" % Test,
"com.madgag.scala-git" %% "scala-git-test" % "4.6" % Test,
"org.scalatestplus.play" %% "scalatestplus-play" % "5.1.0" % Test
)
Expand Down
4 changes: 3 additions & 1 deletion test/FunctionalSpec.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import com.madgag.github.Implicits.RichSource
import com.madgag.playgithub.testkit.TestRepoCreation
import com.madgag.playgithub.testkit.{RepoLifecycle, TestRepoCreation, UserRepoLifecycle}
import lib.RepoSnapshot.ClosedPRsMostlyRecentlyUpdated
import lib._
import org.eclipse.jgit.lib.ObjectId.zeroId
Expand All @@ -12,6 +12,8 @@ class FunctionalSpec extends Helpers with Inside with BeforeAndAfterAll with Tes

val testRepoNamePrefix: String = "prout-test"

val repoLifecycle: RepoLifecycle = UserRepoLifecycle

override def beforeAll(): Unit = {
deleteTestRepos()
}
Expand Down

0 comments on commit ab18dfd

Please sign in to comment.