Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
d.semenov committed Feb 14, 2020
1 parent 25fd7b8 commit 98eefa0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion fs2-aws-core/build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
organization := "io.laserdisc"
name := "fs2-aws-core"
name := "fs2-aws-core"

// coverage
coverageMinimum := 40
Expand Down
2 changes: 1 addition & 1 deletion fs2-aws-dynamodb/build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
organization := "io.laserdisc"
name := "fs2-aws-dynamodb"
name := "fs2-aws-dynamodb"

// coverage
coverageMinimum := 40
Expand Down
2 changes: 1 addition & 1 deletion fs2-aws-examples/build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
organization := "io.laserdisc"
name := "fs2-aws-examples"
name := "fs2-aws-examples"

// coverage
coverageMinimum := 0
Expand Down
2 changes: 1 addition & 1 deletion fs2-aws-testkit/build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
organization := "io.laserdisc"
name := "fs2-aws-testkit"
name := "fs2-aws-testkit"

scalaVersion := "2.12.10"

Expand Down
2 changes: 1 addition & 1 deletion fs2-aws/build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
organization := "io.laserdisc"
name := "fs2-aws"
name := "fs2-aws"

// coverage
coverageMinimum := 40
Expand Down

0 comments on commit 98eefa0

Please sign in to comment.