Skip to content

Commit

Permalink
Merge branch 'remove-simple-sum-converter'
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustNagro committed May 29, 2023
2 parents 5b74412 + 10a14e0 commit 7638271
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ lazy val root = crossProject(JVMPlatform, JSPlatform)
.settings(
organization := "org.getshaka",
name := "native-converter",
version := "0.8.1-SNAPSHOT",
version := "0.9.0",
versionScheme := Some("early-semver"),
scalaVersion := "3.2.2",
scalaVersion := "3.3.0",

// publishing settings
homepage := Some(url("https://github.com/getshaka-org/native-converter")),
Expand Down

0 comments on commit 7638271

Please sign in to comment.