Skip to content

Commit

Permalink
bump version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
reminia committed Dec 12, 2023
1 parent 0706940 commit d0167cb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,13 @@ Add the plugin:
resolvers += Resolver.url("GitHub Package Registry", url("https://maven.pkg.github.com/reminia/_"))(
Resolver.ivyStylePatterns
)
addSbtPlugin("me.yceel" % "sbt-curl" % "0.1.0")
credentials += Credentials(
"GitHub Package Registry",
"maven.pkg.github.com",
System.getenv("GITHUB_REPOSITORY_OWNER"),
System.getenv("GITHUB_TOKEN")
)
addSbtPlugin("me.yceel" % "sbt-curl" % "0.1.1")
```

You can:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version := "0.1.1-SNAPSHOT"
version := "0.1.1"
organization := "me.yceel"

val publishSettings = Seq(
Expand Down

0 comments on commit d0167cb

Please sign in to comment.