Skip to content

Commit

Permalink
Release 3.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
darkfrog26 committed Feb 14, 2023
1 parent ff90f36 commit 8aa2ae2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ Scarango is published to Sonatype OSS and Maven Central currently supporting Sca
Configuring the driver in SBT requires:

```
libraryDependencies += "com.outr" %% "scarango-driver" % "3.8.2"
libraryDependencies += "com.outr" %% "scarango-driver" % "3.8.3"
```

Or in Mill:

```
ivy"com.outr::scarango-driver:3.8.2"
ivy"com.outr::scarango-driver:3.8.3"
```

## Introduction
Expand Down Expand Up @@ -121,17 +121,17 @@ Database
// Person(
// name = "User 1",
// age = 30,
// _id = Id(value = "fsUrM4CFxwwKwXwpLYZvUjul5uB6h68h", collection = "people")
// _id = Id(value = "CasoIKqyHePo5YfGvHdUYwgeoMamfC96", collection = "people")
// ),
// Person(
// name = "Adam",
// age = 21,
// _id = Id(value = "wlqEc2CWnWdh5Bg0drZUZKoEr0CvrCmn", collection = "people")
// _id = Id(value = "jS9riP1YGu9hxjsTbDsXLaL3gIPDE3RI", collection = "people")
// ),
// Person(
// name = "Bethany",
// age = 19,
// _id = Id(value = "vPQZXqj0abHso0Q58wjSFbmzf0XJmfb6", collection = "people")
// _id = Id(value = "CyTGk2u1lVCwSR4ha1AL6UKUdU3V3ECq", collection = "people")
// )
// )
```
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ val scala3 = "3.2.2"

name := "scarango"
ThisBuild / organization := "com.outr"
ThisBuild / version := "3.8.3-SNAPSHOT"
ThisBuild / version := "3.8.3"
ThisBuild / scalaVersion := scala213
ThisBuild / crossScalaVersions := List(scala3, scala213)
ThisBuild / scalacOptions ++= Seq("-unchecked", "-deprecation")
Expand Down

0 comments on commit 8aa2ae2

Please sign in to comment.