-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d3a74b5
commit d1aeb00
Showing
3 changed files
with
14 additions
and
155 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
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 |
---|---|---|
|
@@ -39,8 +39,7 @@ inThisBuild { | |
) | ||
), | ||
developers := List( | ||
Developer("calvinlfer", "Calvin Fernandes", "[email protected]", url("https://www.kaizen-solutions.io")), | ||
Developer("anakos", "Alex Nakos", "[email protected]", url("https://github.com")) | ||
Developer("calvinlfer", "Calvin Fernandes", "[email protected]", url("https://www.kaizen-solutions.io")) | ||
), | ||
licenses := List("MIT" -> url("https://opensource.org/licenses/MIT")), | ||
organization := "io.kaizen-solutions", | ||
|
@@ -59,7 +58,7 @@ lazy val root = | |
project | ||
.in(file(".")) | ||
.settings( | ||
name := "fs2-kafka-jsonschema-support", | ||
name := "fs2-kafka-jsonschema", | ||
libraryDependencies ++= { | ||
val circe = "io.circe" | ||
val fd4s = "com.github.fd4s" | ||
|