We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ae801dd + 4d3eabe commit de40d82Copy full SHA for de40d82
.gitignore
@@ -1,3 +1,4 @@
1
.idea/
2
target/
3
dynamodb-local/
4
+.bloop/
project/plugins.sbt
@@ -2,3 +2,4 @@ addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.8")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.0")
addSbtPlugin("com.localytics" % "sbt-dynamodb" % "2.0.3")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.0.0")
5
+addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.3.2")
0 commit comments