Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
darkfrog26 committed Dec 7, 2024
1 parent 004ad9d commit 0c0fd24
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ val developerURL: String = "https://matthicks.com"

name := projectName
ThisBuild / organization := org
ThisBuild / version := "1.0.0-SNAPSHOT"
ThisBuild / version := "0.1.0"
ThisBuild / scalaVersion := scala213
ThisBuild / crossScalaVersions := allScalaVersions
ThisBuild / scalacOptions ++= Seq("-unchecked", "-deprecation")
Expand Down
10 changes: 10 additions & 0 deletions publish.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/usr/bin/env bash

set -e

sbt +clean
sbt +compile
sbt +test
#sbt docs/mdoc
sbt +publishSigned
sbt sonatypeBundleRelease

0 comments on commit 0c0fd24

Please sign in to comment.