Skip to content

Commit de40d82

Browse files
Merge branch 'master' into update-versions
2 parents ae801dd + 4d3eabe commit de40d82

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.idea/
22
target/
33
dynamodb-local/
4+
.bloop/

project/plugins.sbt

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.8")
22
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.0")
33
addSbtPlugin("com.localytics" % "sbt-dynamodb" % "2.0.3")
44
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.0.0")
5+
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.3.2")

0 commit comments

Comments
 (0)