Skip to content

Commit 25e17f8

Browse files
committed
Release 3.13.5
1 parent 4981da1 commit 25e17f8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,19 @@ For people that want to skip the explanations and see it action, this is the pla
2626
### Dependency Configuration
2727

2828
```scala
29-
libraryDependencies += "com.outr" %% "scribe" % "3.13.4"
29+
libraryDependencies += "com.outr" %% "scribe" % "3.13.5"
3030
```
3131

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

3434
```scala
35-
libraryDependencies += "com.outr" %%% "scribe" % "3.13.4"
35+
libraryDependencies += "com.outr" %%% "scribe" % "3.13.5"
3636
```
3737

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

4040
```scala
41-
libraryDependencies += "com.outr" %% "scribe-slf4j" % "3.13.4"
41+
libraryDependencies += "com.outr" %% "scribe-slf4j" % "3.13.5"
4242
```
4343

4444
### Usage

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ val allScalaVersions = List(scala213, scala212, scala3)
99

1010
name := "scribe"
1111
ThisBuild / organization := "com.outr"
12-
ThisBuild / version := "3.13.4"
12+
ThisBuild / version := "3.13.5"
1313
ThisBuild / scalaVersion := scala213
1414
ThisBuild / scalacOptions ++= Seq("-unchecked", "-deprecation")
1515
ThisBuild / javacOptions ++= Seq("-source", "1.8", "-target", "1.8")

0 commit comments

Comments
 (0)