Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
harana-bot committed Feb 12, 2024
1 parent 7c32bab commit b722f2b
Show file tree
Hide file tree
Showing 5 changed files with 278 additions and 247 deletions.
5 changes: 2 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ import com.harana.sbt.common._

val search = haranaProject("search").in(file("."))
.settings(
libraryDependencies +=
"com.harana" %%% "web" % "1.0.0"
)
libraryDependencies += "com.harana" %%% "web" % "1.0.0"
)
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
resolvers += Resolver.url("harana", url("https://maven.pkg.github.com/harana/sbt-plugin"))(Patterns("[organisation]/[module]/[revision]/[artifact].[ext]") )
addSbtPlugin("com.harana" % "sbt_js" % "0.0.0")
addSbtPlugin("com.harana" % "sbt_js" % "0.0.0")
Loading

0 comments on commit b722f2b

Please sign in to comment.