ucb-bar / barstools

Useful utilities for BAR projects
Other
31 stars 16 forks source link

Adding support for Scala 2.13 #110

Closed chick closed 3 years ago

chick commented 3 years ago

Add Scala 2.13 support Mostly import changes Some formatting changes Runs +test

chick commented 3 years ago

accidentally added extra commit

ekiwi commented 3 years ago

accidentally added extra commit

You can always try to:

git reset --hard HEAD~1
git push -f

That should get rid of the most recent commit without needing to make a new PR.