Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davesmith00000 committed Feb 2, 2023
1 parent f80e9f2 commit bcfaac8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ThisBuild / versionScheme := Some("early-semver
ThisBuild / scalafixDependencies += "com.github.liancheng" %% "organize-imports" % "0.6.0"
ThisBuild / scalaVersion := scala3Version

lazy val ultravioletVersion = "0.1.0-SNAPSHOT"
lazy val ultravioletVersion = "0.1.0"

lazy val commonSettings: Seq[sbt.Def.Setting[_]] = Seq(
version := ultravioletVersion,
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.8.0
sbt.version=1.8.2
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("org.scala-js" %% "sbt-scalajs" % "1.11.0")
addSbtPlugin("org.scala-js" %% "sbt-scalajs" % "1.13.0")
addSbtPlugin("io.indigoengine" %% "sbt-indigo" % "0.14.0")
addSbtPlugin("org.xerial.sbt" %% "sbt-sonatype" % "3.9.7")
addSbtPlugin("com.jsuereth" %% "sbt-pgp" % "2.0.1")
Expand Down
4 changes: 2 additions & 2 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ set -e

export GPG_TTY=$(tty)

source ../credentials.sh
source credentials.sh

sbt clean update crossIndigoRelease
sbt clean update crossUltravioletRelease

0 comments on commit bcfaac8

Please sign in to comment.