Skip to content

Commit

Permalink
v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustNagro committed Nov 24, 2024
1 parent d33f6ec commit 4add1e9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
ThisBuild / organization := "com.augustnagro"
ThisBuild / version := "1.3.1-SNAPSHOT"
ThisBuild / version := "1.3.1"
ThisBuild / versionScheme := Some("early-semver")
ThisBuild / scalaVersion := "3.3.0"
ThisBuild / scalacOptions ++= Seq("-deprecation")
ThisBuild / homepage := Some(url("https://github.com/AugustNagro/magnum"))
ThisBuild / licenses += ("Apache-2.0", url(
"https://opensource.org/licenses/Apache-2.0"
))
ThisBuild / licenses += (
"Apache-2.0",
url("https://opensource.org/licenses/Apache-2.0")
)
ThisBuild / scmInfo := Some(
ScmInfo(
url("https://github.com/AugustNagro/magnum"),
Expand Down

0 comments on commit 4add1e9

Please sign in to comment.