Skip to content

Commit

Permalink
Plugin settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Seun Soyinka authored and Seun Soyinka committed Aug 19, 2024
1 parent f2c7ed3 commit a1fcad7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ lazy val plugin = project

resolvers in Global ++= Seq(
"Sbt plugins" at "https://dl.bintray.com/sbt/sbt-plugin-releases",
"Maven Central Server" at "http://repo1.maven.org/maven2",
"TypeSafe Repository Releases" at "http://repo.typesafe.com/typesafe/releases/",
"TypeSafe Repository Snapshots" at "http://repo.typesafe.com/typesafe/snapshots/"
"Maven Central Server" at "https://repo1.maven.org/maven2",
"TypeSafe Repository Releases" at "https://repo.typesafe.com/typesafe/releases/",
"TypeSafe Repository Snapshots" at "https://repo.typesafe.com/typesafe/snapshots/"
)

0 comments on commit a1fcad7

Please sign in to comment.