diff --git a/README.md b/README.md index 2a1002f7..d511320d 100644 --- a/README.md +++ b/README.md @@ -19,14 +19,10 @@ Computationally focused database using pluggable stores To add all modules: ```scala -libraryDependencies += "com.outr" %% "lightdb-all" % "0.15.0" +libraryDependencies += "com.outr" %% "lightdb-all" % "0.16.0" ``` For a specific implementation like Lucene: ```scala -libraryDependencies += "com.outr" %% "lightdb-lucene" % "0.15.0" -``` - -## Videos -OKC JUG Presentation -https://www.youtube.com/watch?v=E_5fwgbF4rc \ No newline at end of file +libraryDependencies += "com.outr" %% "lightdb-lucene" % "0.16.0" +``` \ No newline at end of file diff --git a/build.sbt b/build.sbt index 7a110725..2a565a8a 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ val developerURL: String = "https://matthicks.com" name := projectName ThisBuild / organization := org -ThisBuild / version := "0.16.0-SNAPSHOT" +ThisBuild / version := "0.16.0" ThisBuild / scalaVersion := scala213 ThisBuild / crossScalaVersions := allScalaVersions ThisBuild / scalacOptions ++= Seq("-unchecked", "-deprecation")