Skip to content

Commit

Permalink
Merge pull request #371 from xuwei-k/patch-2
Browse files Browse the repository at this point in the history
remove `repo.typesafe.com` resolver
  • Loading branch information
tototoshi authored Apr 24, 2024
2 parents 79400bf + 2122c36 commit 8aba2a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ lazy val plugin = project
.settings(
name := "flyway-play",
version := flywayPlayVersion,
resolvers += "Typesafe repository" at "https://repo.typesafe.com/typesafe/releases/",
libraryDependencies ++= Seq(
"org.playframework" %% "play" % play.core.PlayVersion.current % "provided",
"org.playframework" %% "play-test" % play.core.PlayVersion.current % "test"
Expand Down

0 comments on commit 8aba2a2

Please sign in to comment.