Skip to content

Commit

Permalink
Release v.0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jiveshungerford committed Jan 25, 2024
1 parent ee14cec commit 4afd248
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
inThisBuild(List(
scalaVersion := "2.12.17",
sbtPlugin := true,
sonatypeProfileName := "io.github.johnhungerford",
organization := "io.github.johnhungerford.sbt.vite",
organizationName := "johnhungerford",
organizationHomepage := Some(url("https://johnhungerford.github.io")),
Expand Down Expand Up @@ -34,6 +33,6 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.15.0")
console / initialCommands := """import sbtvite._"""
ThisBuild / sonatypeCredentialHost := "s01.oss.sonatype.org"
sonatypeRepository := "https://s01.oss.sonatype.org/service/local"
sonatypeProfileName := "johnhungerford"
sonatypeProfileName := "io.github.johnhungerford"

enablePlugins(ScriptedPlugin)

0 comments on commit 4afd248

Please sign in to comment.