Skip to content

Commit

Permalink
Add @bplommer to devs
Browse files Browse the repository at this point in the history
Also sneak in a build fix
  • Loading branch information
armanbilge authored Feb 17, 2022
1 parent d275a9e commit 57ad2bd
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 57ad2bd

Please sign in to comment.