Skip to content

Commit

Permalink
Release 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jiveshungerford committed Jan 25, 2024
1 parent 6416e4a commit 49cd0dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
inThisBuild(List(
scalaVersion := "2.12.17",
sbtPlugin := true,
sonatypeProfileName := "johnhungerford",
organization := "io.github.johnhungerford.sbt.vite",
organizationName := "johnhungerford",
organizationHomepage := Some(url("https://johnhungerford.github.io")),
Expand All @@ -26,13 +27,13 @@ inThisBuild(List(
// Seq(RefPredicate.StartsWith(Ref.Tag("v"))),
scriptedLaunchOpts ++=
Seq("-Xmx1024M", "-Dvite.plugin.version=" + version.value),
sonatypeProfileName := "johnhungerford",
))

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"

enablePlugins(ScriptedPlugin)

0 comments on commit 49cd0dd

Please sign in to comment.