Skip to content

Commit

Permalink
Release 3.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
darkfrog26 committed Mar 21, 2024
1 parent 1f83186 commit 162be58
Show file tree
Hide file tree
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
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.13.1"
libraryDependencies += "com.outr" %% "scribe" % "3.13.2"
```

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

```scala
libraryDependencies += "com.outr" %%% "scribe" % "3.13.1"
libraryDependencies += "com.outr" %%% "scribe" % "3.13.2"
```

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

```scala
libraryDependencies += "com.outr" %% "scribe-slf4j" % "3.13.1"
libraryDependencies += "com.outr" %% "scribe-slf4j" % "3.13.2"
```

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

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

0 comments on commit 162be58

Please sign in to comment.