Skip to content

Commit

Permalink
remove repo.typesafe.com resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k authored Nov 2, 2023
1 parent 79400bf commit 2122c36
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 2122c36

Please sign in to comment.