Skip to content

Commit

Permalink
release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
reminia committed Dec 12, 2023
1 parent 0671549 commit c6c2185
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
version := "0.1.0-SNAPSHOT"
version := "0.1.0"
organization := "me.yceel"

val publishSettings = Seq(
publishTo := Some("Github repo" at "https://maven.pkg.github.com/" + System.getenv("GITHUB_REPOSITORY")),
publishTo := Some(Resolver.url("Github Package Registry", url("https://maven.pkg.github.com/reminia/sbt-curl"))(Resolver.ivyStylePatterns)),
publishMavenStyle := false,
credentials += Credentials(
"GitHub Package Registry",
"maven.pkg.github.com",
Expand Down

0 comments on commit c6c2185

Please sign in to comment.