From b57ec68c41fd33a2759cc8d36b1905599fe5dc83 Mon Sep 17 00:00:00 2001 From: Edward A Maxedon Sr Date: Thu, 27 Oct 2022 19:57:29 -0400 Subject: [PATCH] update --- README.md | 2 +- docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: