Skip to content

Commit

Permalink
Merge pull request #7 from armanbilge/topic/devs
Browse files Browse the repository at this point in the history
Add @bplommer to devs
  • Loading branch information
bplommer authored Feb 17, 2022
2 parents 86abe6e + 57ad2bd commit 412be9c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ ThisBuild / organizationName := "Arman Bilge"

ThisBuild / organization := "com.armanbilge"
ThisBuild / organizationName := "Arman Bilge"
ThisBuild / developers += tlGitHubDev("armanbilge", "Arman Bilge")
ThisBuild / developers := List(
tlGitHubDev("armanbilge", "Arman Bilge"),
tlGitHubDev("bplommer", "Ben Plommer")
)
ThisBuild / startYear := Some(2021)

ThisBuild / tlSonatypeUseLegacyHost := false
Expand Down Expand Up @@ -51,7 +54,7 @@ lazy val std = crossProject(JVMPlatform, JSPlatform)
.in(file("std"))
.dependsOn(kernel)
.settings(
sonatypeCredentialHost := "s01.oss.sonatype.org",
name := "oxidized-std",
libraryDependencies ++= Seq(
"org.typelevel" %%% "cats-effect-kernel" % CatsEffectVersion
)
Expand Down

0 comments on commit 412be9c

Please sign in to comment.