From cc8ac68a720864198b06e955a3ee7c3ac90bcbf3 Mon Sep 17 00:00:00 2001 From: Ryan Peters Date: Mon, 30 Aug 2021 02:06:42 -0500 Subject: [PATCH] Fix my email in build.sbt --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 608a09f..1cf5a56 100644 --- a/build.sbt +++ b/build.sbt @@ -37,14 +37,14 @@ val scalaCheckEffect = "org.typelevel" %% "scalacheck-effect-munit" % scalaCheck //Scala versions supported val scala213 = "2.13.6" val scala212 = "2.12.13" -val scala3 = "3.0.1" +val scala3 = "3.0.2" // Project setup inThisBuild( List( organization := "com.rewardsnetwork", developers := List( - Developer("sloshy", "Ryan Peters", "rpeters@rewardsnetwork.com", url("https://github.com/sloshy")) + Developer("sloshy", "Ryan Peters", "me@rpeters.dev", url("https://github.com/sloshy")) ), homepage := Some(url("https://github.com/rewards-network/pure-aws")), licenses := List("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")),