-
Notifications
You must be signed in to change notification settings - Fork 161
Minor improvements #464
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minor improvements #464
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,12 @@ | ||
target/ | ||
.bloop | ||
.bsp | ||
.cache | ||
.classpath | ||
.idea | ||
.idea_modules | ||
.metals | ||
.project | ||
.settings/ | ||
.idea | ||
.idea_modules | ||
.vscode | ||
metals.sbt | ||
target/ | ||
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,11 +75,21 @@ publishTo := { | |
|
||
pomExtra := ( | ||
<developers> | ||
<developer> | ||
<id>japgolly</id> | ||
<name>David Barri</name> | ||
<url>https://github.com/japgolly</url> | ||
</developer> | ||
<developer> | ||
<id>lihaoyi</id> | ||
<name>Li Haoyi</name> | ||
<url>https://github.com/lihaoyi/</url> | ||
</developer> | ||
<developer> | ||
<id>armanbilge</id> | ||
<name>Arman Bilge</name> | ||
<url>https://github.com/armanbilge</url> | ||
</developer> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. wtf? Sorry about the order @armanbilge . No one cares but it's still weird and unintentional There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. lol yeah I'm surprised I made 3rd ;) no worries, cool to have my name among the giants! There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Nah man, it's cos I copy-pasted the top one (lihaoyi) twice and then modified but it seems I ended up modifying instance 2 instead of 3. Sorry lol. Doesn't matter anway |
||
<developer> | ||
<id>sjrd</id> | ||
<name>Sébastien Doeraene</name> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes!! lol