-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update fs2-core to 1.0.5 * Update cats * cats-core v1.6.1 * cats-effect v1.3.1 * Update blaze-http to 0.14.8 * Update doobie to 0.7.0 * sbt v1.2.8 * Plugins update * sbt-assembly v0.14.10 * sbt-sonatype v2.5 * sbt-pgp v1.1.2
- Loading branch information
Showing
3 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
sbt.version=1.0.2 | ||
sbt.version=1.2.8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.5") | ||
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.10") | ||
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.2") | ||
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.0") | ||
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0-M1") | ||
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.5") | ||
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2") |