Skip to content

Commit

Permalink
Remove .env and sbt-dotenv plugin
Browse files Browse the repository at this point in the history
As we have all default configs
  • Loading branch information
lenguyenthanh committed Nov 23, 2023
1 parent efcf1f7 commit 2405f17
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 16 deletions.
10 changes: 0 additions & 10 deletions .env

This file was deleted.

2 changes: 0 additions & 2 deletions .sbtopts

This file was deleted.

7 changes: 3 additions & 4 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("nl.gn0s1s" % "sbt-dotenv" % "3.0.0")
addSbtPlugin("io.kamon" % "sbt-kanela-runner" % "2.0.14")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.16")
addSbtPlugin("io.kamon" % "sbt-kanela-runner" % "2.0.14")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.0")

0 comments on commit 2405f17

Please sign in to comment.