Skip to content

Commit

Permalink
Release 3.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
darkfrog26 committed Jan 10, 2025
1 parent 150b1eb commit 0de9857
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,19 @@ For people that want to skip the explanations and see it action, this is the pla
### Dependency Configuration

```scala
libraryDependencies += "com.outr" %% "scribe" % "3.15.3"
libraryDependencies += "com.outr" %% "scribe" % "3.16.0"
```

For Cross-Platform projects (JVM, JS, and/or Native):

```scala
libraryDependencies += "com.outr" %%% "scribe" % "3.15.3"
libraryDependencies += "com.outr" %%% "scribe" % "3.16.0"
```

Or, if you want interoperability with SLF4J (to allow better interoperability with existing libraries using other loggers):

```scala
libraryDependencies += "com.outr" %% "scribe-slf4j" % "3.15.3"
libraryDependencies += "com.outr" %% "scribe-slf4j" % "3.16.0"
```

### Usage
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ val allScalaVersions = List(scala213, scala3)

name := "scribe"
ThisBuild / organization := "com.outr"
ThisBuild / version := "3.15.3"
ThisBuild / version := "3.16.0"
ThisBuild / scalaVersion := scala213
ThisBuild / scalacOptions ++= Seq("-unchecked", "-deprecation")
ThisBuild / javacOptions ++= Seq("-source", "1.8", "-target", "1.8")
Expand Down Expand Up @@ -44,7 +44,7 @@ val collectionCompatVersion: String = "2.12.0"

val moduloadVersion: String = "1.1.7"

val rapidVersion: String = "0.6.0"
val rapidVersion: String = "0.7.0"

val catsEffectVersion: String = "3.5.7"

Expand Down

0 comments on commit 0de9857

Please sign in to comment.