Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
edadma committed Oct 27, 2022
1 parent 5cfb924 commit b57ec68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Include the following in your `build.sbt`:
```sbt
resolvers += Resolver.githubPackages("edadma")

libraryDependencies += "io.github.edadma" %%% "ncurses" % "0.2.5"
libraryDependencies += "io.github.edadma" %%% "ncurses" % "0.2.6"
```

Use the following `import` in your code:
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Include the following in your `build.sbt`:
```sbt
resolvers += Resolver.githubPackages("edadma")

libraryDependencies += "io.github.edadma" %%% "ncurses" % "0.2.5"
libraryDependencies += "io.github.edadma" %%% "ncurses" % "0.2.6"
```

Use the following `import` in your code:
Expand Down

0 comments on commit b57ec68

Please sign in to comment.