Skip to content

Commit

Permalink
asc
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Pritzlaff committed Jan 2, 2022
1 parent 390a5d8 commit c1ffe72
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions build.sbt
Expand Up @@ -2,6 +2,7 @@ import sbt.Credentials
import sbt.Keys.{credentials, publishTo, test}
import sbtwelcome._

ThisBuild / versionScheme := Some("early-semver")
ThisBuild / organization := "com.github.aaronp"
ThisBuild / scalaVersion := "3.1.0"
ThisBuild / resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots"
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Expand Up @@ -7,4 +7,4 @@ addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.1")
addSbtPlugin("com.lucidchart" % "sbt-scalafmt" % "1.14")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.0")
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.3.1")
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.9")
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.9")
2 changes: 1 addition & 1 deletion version.sbt
@@ -1 +1 @@
version in ThisBuild := "1.0.1-SNAPSHOT"
version in ThisBuild := "0.1.0-SNAPSHOT"

0 comments on commit c1ffe72

Please sign in to comment.