Skip to content

Commit

Permalink
Update tlBaseVersion. (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
zainab-ali authored Aug 12, 2024
1 parent 65493db commit 3f6d95b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ inThisBuild(
),
githubWorkflowJavaVersions := Seq(JavaSpec.temurin("17")),
githubWorkflowPublishTargetBranches += RefPredicate.Equals(Ref.Branch("main")),
tlBaseVersion := "0.0",
tlBaseVersion := "0.1",
tlUntaggedAreSnapshots := false,
tlFatalWarnings := sys.env.get("GITHUB_ACTIONS").contains("true"),
tlJdkRelease := Some(17),
Expand Down

0 comments on commit 3f6d95b

Please sign in to comment.