Skip to content

Commit

Permalink
fix snapshot gen
Browse files Browse the repository at this point in the history
  • Loading branch information
ofilangi committed Feb 21, 2024
1 parent 3fd1eb2 commit 2afb862
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 8
Expand Down
5 changes: 3 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ lazy val version_n3="1.17.2"

def getPackageSetting = Seq(
name := "n3js",
version := scala.util.Properties.envOrElse("PROG_VERSION", version_n3 ),
scalaVersion := "2.13.10",
version := scala.util.Properties.envOrElse("PROG_VERSION", version_n3 )+"-SNAPSHOT",
scalaVersion := "2.13.12",
versionScheme := Some("early-semver"),
organization := "com.github.p2m2",
organizationName := "p2m2",
organizationHomepage := Some(url("https://www6.inrae.fr/p2m2")),
Expand Down

0 comments on commit 2afb862

Please sign in to comment.