2023-12-18 20:22:16 +03:00
|
|
|
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("org.scalameta" % "sbt-scalafmt" % "2.5.0")
|
|
|
|
addSbtPlugin("com.simplytyped" % "sbt-antlr4" % "0.8.3")
|
2022-02-07 17:14:32 +03:00
|
|
|
|
2023-12-15 17:45:23 +03:00
|
|
|
libraryDependencies += "io.circe" %% "circe-yaml" % "0.14.2"
|
|
|
|
libraryDependencies += "commons-io" % "commons-io" % "2.12.0"
|
|
|
|
libraryDependencies += "nl.gn0s1s" %% "bump" % "0.1.3"
|
|
|
|
libraryDependencies += "com.google.googlejavaformat" % "google-java-format" % "1.18.1"
|
2024-09-09 11:16:54 +03:00
|
|
|
libraryDependencies += "com.softwaremill.retry" %% "retry" % "0.3.6"
|
2023-10-12 11:19:45 +03:00
|
|
|
|
|
|
|
scalacOptions ++= Seq("-deprecation", "-feature")
|