2023-11-17 21:02:36 +03:00
|
|
|
addSbtPlugin("com.sandinh" % "sbt-java-module-info" % "0.4.0")
|
|
|
|
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.3")
|
|
|
|
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.6")
|
|
|
|
addSbtPlugin("com.github.sbt" % "sbt-license-report" % "1.5.0")
|
|
|
|
addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.8.0")
|
|
|
|
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")
|
|
|
|
addSbtPlugin("com.simplytyped" % "sbt-antlr4" % "0.8.3")
|
2022-02-07 17:14:32 +03:00
|
|
|
|
2023-06-14 16:15:57 +03:00
|
|
|
libraryDependencies += "io.circe" %% "circe-yaml" % "0.14.2"
|
|
|
|
libraryDependencies += "commons-io" % "commons-io" % "2.12.0"
|
2023-07-23 12:21:21 +03:00
|
|
|
libraryDependencies += "nl.gn0s1s" %% "bump" % "0.1.3"
|
2023-10-12 11:19:45 +03:00
|
|
|
|
|
|
|
scalacOptions ++= Seq("-deprecation", "-feature")
|