Skip to content

Commit

Permalink
Merge pull request #396 from lichess-org/remove-sbt-dotenv
Browse files Browse the repository at this point in the history
Remove sbt-dotenv plugin
  • Loading branch information
lenguyenthanh authored Dec 23, 2024
2 parents 3d7ea31 + 6e03155 commit c48b0d9
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 18 deletions.
15 changes: 0 additions & 15 deletions .env.example

This file was deleted.

1 change: 0 additions & 1 deletion .sbtops.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@

-J--add-opens=java.base/java.util=ALL-UNNAMED
-J--add-opens=java.base/java.lang=ALL-UNNAMED
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

Copy default settings
```sh
cp .env.example .env
cp .sbtops.example .sbtopts
```

Expand Down
1 change: 0 additions & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0")
addSbtPlugin("com.disneystreaming.smithy4s" % "smithy4s-sbt-codegen" % "0.18.27")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4")
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0")
addSbtPlugin("nl.gn0s1s" % "sbt-dotenv" % "3.1.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2")

0 comments on commit c48b0d9

Please sign in to comment.