Skip to content

Commit

Permalink
It all makes sense now - I'm an idiot
Browse files Browse the repository at this point in the history
  • Loading branch information
keynmol committed Aug 1, 2024
1 parent 23f3a5b commit a8528ed
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ inThisBuild(
semanticdbEnabled := true,
semanticdbVersion := scalafixSemanticdb.revision,
scalafixScalaBinaryVersion := scalaBinaryVersion.value,
organization := "com.indoorvivants",
organizationName := "Anton Sviridov",
organization := "tech.neander",
organizationName := "Neandertech",
sonatypeCredentialHost := "s01.oss.sonatype.org",
resolvers ++= Resolver.sonatypeOssRepos("releases"),
homepage := Some(
url("https://github.com/neandertech/cue4s")
Expand All @@ -22,7 +23,7 @@ inThisBuild(
Developer(
"keynmol",
"Anton Sviridov",
"[email protected]",
"[email protected]",
url("https://blog.indoorvivants.com")
)
),
Expand Down

0 comments on commit a8528ed

Please sign in to comment.