Skip to content

Commit

Permalink
add sbt-resolver plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
varshith257 committed Aug 14, 2024
1 parent b4d08a5 commit dece415
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.16")

addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.1")

addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0")

resolvers ++= Resolver.sonatypeOssRepos("public")

0 comments on commit dece415

Please sign in to comment.