Skip to content

Commit

Permalink
Fix my email in build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
sloshy committed Aug 30, 2021
1 parent b10a866 commit cc8ac68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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", "[email protected]", url("https://github.com/sloshy"))
Developer("sloshy", "Ryan Peters", "[email protected]", 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")),
Expand Down

0 comments on commit cc8ac68

Please sign in to comment.