diff --git a/README.md b/README.md index 5c96cc3..302123b 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/docs/index.md b/docs/index.md index a104bbc..2ef1de1 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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: