From 7675007e007bea0d13f7937807742c2713ec0abf Mon Sep 17 00:00:00 2001 From: Ethan Atkins Date: Fri, 22 Mar 2019 12:14:52 -0700 Subject: [PATCH] Add Ethan Atkins to developer list --- build.sbt | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sbt b/build.sbt index d761f7f1d..0adde9d37 100644 --- a/build.sbt +++ b/build.sbt @@ -27,6 +27,7 @@ def buildLevelSettings: Seq[Setting[_]] = Developer("eed3si9n", "Eugene Yokota", "@eed3si9n", url("https://github.com/eed3si9n")), Developer("jsuereth", "Josh Suereth", "@jsuereth", url("https://github.com/jsuereth")), Developer("dwijnand", "Dale Wijnand", "@dwijnand", url("https://github.com/dwijnand")), + Developer("eatkins", "Ethan Atkins", "@eatkins", url("https://github.com/eatkins")), Developer( "gkossakowski", "Grzegorz Kossakowski",