Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustNagro committed Mar 1, 2024
1 parent 30f5551 commit e6f44e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Yet another database client for Scala. No dependencies, high productivity.
## Installing

```
"com.augustnagro" %% "magnum" % "1.1.0"
"com.augustnagro" %% "magnum" % "1.1.1"
```

Magnum requires Scala >= 3.3.0
Expand Down
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.1.1-SNAPSHOT"
ThisBuild / version := "1.1.1"
ThisBuild / versionScheme := Some("early-semver")
ThisBuild / scalaVersion := "3.3.0"
ThisBuild / scalacOptions ++= Seq("-deprecation")
Expand Down

0 comments on commit e6f44e9

Please sign in to comment.