Skip to content

Commit

Permalink
typesafeRepo _should_ not be needed anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Nov 7, 2023
1 parent 3a94428 commit 3510d3e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion project/ProjectSettings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ object ProjectSettings {
<exclude org="commons-logging" module="commons-logging"><!-- Conflicts with jcl-over-slf4j in Play. --></exclude>
</dependencies>,
resolvers ++= Resolver.sonatypeOssRepos("releases") ++ Seq(
Resolver.typesafeRepo("releases"),
"Spy" at "https://files.couchbase.com/maven2/",
),
update / evictionWarningOptions := EvictionWarningOptions.default
Expand Down
5 changes: 1 addition & 4 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ libraryDependencies ++= Seq(
"org.joda" % "joda-convert" % "1.7",
)

resolvers ++= Resolver.sonatypeOssRepos("releases") ++ Seq(
Classpaths.typesafeReleases,
Resolver.typesafeRepo("releases"),
)
resolvers ++= Resolver.sonatypeOssRepos("releases")

addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.0")

Expand Down

0 comments on commit 3510d3e

Please sign in to comment.