From 49d0ae2f618bc42ab5779001c28e1b280996457b Mon Sep 17 00:00:00 2001 From: Quill CI Date: Tue, 28 Nov 2017 22:50:43 +0000 Subject: [PATCH] Setting version to 2.3.1 --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index e6d71440d0..b1a65bacb1 100644 --- a/README.md +++ b/README.md @@ -1338,7 +1338,7 @@ Quill provides a fully type-safe way to use Spark's highly-optimized SQL engine. ### sbt dependency ``` libraryDependencies ++= Seq( - "io.getquill" %% "quill-spark" % "2.3.1-SNAPSHOT" + "io.getquill" %% "quill-spark" % "2.3.1" ) ``` @@ -1464,7 +1464,7 @@ The body of `transaction` can contain calls to other methods and multiple `run` ``` libraryDependencies ++= Seq( "mysql" % "mysql-connector-java" % "5.1.38", - "io.getquill" %% "quill-jdbc" % "2.3.1-SNAPSHOT" + "io.getquill" %% "quill-jdbc" % "2.3.1" ) ``` @@ -1491,7 +1491,7 @@ ctx.connectionTimeout=30000 ``` libraryDependencies ++= Seq( "org.postgresql" % "postgresql" % "9.4.1208", - "io.getquill" %% "quill-jdbc" % "2.3.1-SNAPSHOT" + "io.getquill" %% "quill-jdbc" % "2.3.1" ) ``` @@ -1517,7 +1517,7 @@ ctx.connectionTimeout=30000 ``` libraryDependencies ++= Seq( "org.xerial" % "sqlite-jdbc" % "3.18.0", - "io.getquill" %% "quill-jdbc" % "2.3.1-SNAPSHOT" + "io.getquill" %% "quill-jdbc" % "2.3.1" ) ``` @@ -1538,7 +1538,7 @@ ctx.jdbcUrl=jdbc:sqlite:/path/to/db/file.db ``` libraryDependencies ++= Seq( "com.h2database" % "h2" % "1.4.192", - "io.getquill" %% "quill-jdbc" % "2.3.1-SNAPSHOT" + "io.getquill" %% "quill-jdbc" % "2.3.1" ) ``` @@ -1560,7 +1560,7 @@ ctx.dataSource.user=sa ``` libraryDependencies ++= Seq( "com.microsoft.sqlserver" % "mssql-jdbc" % "6.1.7.jre8-preview", - "io.getquill" %% "quill-jdbc" % "2.3.1-SNAPSHOT" + "io.getquill" %% "quill-jdbc" % "2.3.1" ) ``` @@ -1665,7 +1665,7 @@ ctx.queryTimeout=10m #### sbt dependencies ``` libraryDependencies ++= Seq( - "io.getquill" %% "quill-async-mysql" % "2.3.1-SNAPSHOT" + "io.getquill" %% "quill-async-mysql" % "2.3.1" ) ``` @@ -1689,7 +1689,7 @@ ctx.url=mysql://host:3306/database?user=root&password=root #### sbt dependencies ``` libraryDependencies ++= Seq( - "io.getquill" %% "quill-async-postgres" % "2.3.1-SNAPSHOT" + "io.getquill" %% "quill-async-postgres" % "2.3.1" ) ``` @@ -1726,7 +1726,7 @@ The body of `transaction` can contain calls to other methods and multiple `run` #### sbt dependencies ``` libraryDependencies ++= Seq( - "io.getquill" %% "quill-finagle-mysql" % "2.3.1-SNAPSHOT" + "io.getquill" %% "quill-finagle-mysql" % "2.3.1" ) ``` @@ -1766,7 +1766,7 @@ The body of `transaction` can contain calls to other methods and multiple `run` #### sbt dependencies ``` libraryDependencies ++= Seq( - "io.getquill" %% "quill-finagle-postgres" % "2.3.1-SNAPSHOT" + "io.getquill" %% "quill-finagle-postgres" % "2.3.1" ) ``` @@ -1793,7 +1793,7 @@ ctx.binaryParams=false #### sbt dependencies ``` libraryDependencies ++= Seq( - "io.getquill" %% "quill-cassandra" % "2.3.1-SNAPSHOT" + "io.getquill" %% "quill-cassandra" % "2.3.1" ) ``` @@ -1834,7 +1834,7 @@ ctx.session.addressTranslator=com.datastax.driver.core.policies.IdentityTranslat #### sbt dependencies ``` libraryDependencies ++= Seq( - "io.getquill" %% "quill-orientdb" % "2.3.1-SNAPSHOT" + "io.getquill" %% "quill-orientdb" % "2.3.1" ) ```