Skip to content

Commit

Permalink
Release 3.15.0
Browse files Browse the repository at this point in the history
darkfrog26 committed Jun 4, 2024

Verified

This commit was signed with the committer’s verified signature.
zeeshanlakhani Zeeshan Lakhani
1 parent 5e6705f commit 70f3367
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.14.0"
libraryDependencies += "com.outr" %% "scribe" % "3.15.0"
```

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

```scala
libraryDependencies += "com.outr" %%% "scribe" % "3.14.0"
libraryDependencies += "com.outr" %%% "scribe" % "3.15.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.14.0"
libraryDependencies += "com.outr" %% "scribe-slf4j" % "3.15.0"
```

### Usage
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ val allScalaVersions = List(scala213, scala212, scala3)

name := "scribe"
ThisBuild / organization := "com.outr"
ThisBuild / version := "3.14.0"
ThisBuild / version := "3.15.0"
ThisBuild / scalaVersion := scala213
ThisBuild / scalacOptions ++= Seq("-unchecked", "-deprecation")
ThisBuild / javacOptions ++= Seq("-source", "1.8", "-target", "1.8")

0 comments on commit 70f3367

Please sign in to comment.