Skip to content

Commit

Permalink
update package name and remove .bsp file
Browse files Browse the repository at this point in the history
  • Loading branch information
kgudel committed Sep 23, 2022
1 parent 992b5ae commit d9dc406
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .bsp/sbt.json

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ dist/
# Scala
#########
## sbt specific
.bsp/
.cache/
.history/
.lightbend/
Expand Down
2 changes: 1 addition & 1 deletion file-proxy/src/main/scala/hmda/uli/FileProxy.scala
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package hmda.fileProxy
package hmda.proxy

import akka.actor.typed.ActorSystem
import akka.actor.typed.scaladsl.adapter._
Expand Down

0 comments on commit d9dc406

Please sign in to comment.