Skip to content

Commit

Permalink
update version (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
arainko authored Dec 18, 2023
2 parents a59f0dc + 37a62f7 commit f279b24
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ If this project interests you, please drop a 🌟 - these things are worthless b

## Installation
```scala
libraryDependencies += "io.github.arainko" %% "ducktape" % "0.2.0-M1"
libraryDependencies += "io.github.arainko" %% "ducktape" % "0.2.0-M2"

// or if you're using Scala.js or Scala Native
libraryDependencies += "io.github.arainko" %%% "ducktape" % "0.2.0-M1"
libraryDependencies += "io.github.arainko" %%% "ducktape" % "0.2.0-M2"
```

NOTE: the [version scheme](https://www.scala-lang.org/blog/2021/02/16/preventing-version-conflicts-with-versionscheme.html) is set to `early-semver`
Expand Down Expand Up @@ -89,7 +89,7 @@ val domainPerson = wirePerson.to[domain.Person]
// Card(
// name = "J. Doe",
// digits = 12345L,
// expires = 2023-12-17T14:54:13.882678035Z
// expires = 2023-12-18T15:00:25.065351Z
// )
// ),
// updatedAt = Some(value = 1970-01-01T00:00:00Z)
Expand Down Expand Up @@ -201,7 +201,7 @@ val domainPerson =
// Card(
// name = "CONST NAME",
// digits = 12345L,
// expires = 2023-12-17T14:54:13.890982787Z
// expires = 2023-12-18T15:00:25.078582Z
// )
// ),
// updatedAt = Some(value = 1970-01-01T00:00:00Z)
Expand Down

0 comments on commit f279b24

Please sign in to comment.