Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustNagro committed Jun 23, 2023
1 parent 545c550 commit 5411dfa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Yet another database client for Scala. No dependencies, high productivity.
## Installing

```
"com.augustnagro" %% "magnum" % "1.0.0"
"com.augustnagro" %% "magnum" % "1.0.1"
```

Magnum requires Scala >= 3.3.0
Expand Down Expand Up @@ -400,4 +400,4 @@ The tests are written using TestContainers, which requires Docker be installed.

## Talks and Presentations

* Scala Days 2023: [slides](/Magnum-Slides-to-Share.pdf)
* Scala Days 2023: [slides](/Magnum-Slides-to-Share.pdf)
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ThisBuild / organization := "com.augustnagro"
ThisBuild / version := "1.0.1-SNAPSHOT"
ThisBuild / version := "1.0.1"
ThisBuild / versionScheme := Some("early-semver")
ThisBuild / scalaVersion := "3.3.0"
ThisBuild / scalacOptions ++= Seq("-deprecation")
Expand Down

0 comments on commit 5411dfa

Please sign in to comment.