Skip to content

Commit

Permalink
Release 2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mjakubowski84 committed Nov 5, 2023
1 parent 1d8ce1f commit 1ec8343
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ As it is based on Hadoop Client then you can connect to any Hadoop-compatible st

Integrations for [Akka Streams](https://doc.akka.io/docs/akka/current/stream/index.html), [Pekko Streams](https://pekko.apache.org/docs/pekko/current/stream/index.html), and [FS2](https://fs2.io/).

Released for Scala 2.12.x, 2.13.x and 3.2.x.
Released for Scala 2.12.x, 2.13.x and 3.3.x.

## Documentation

Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ val akkaLib = ActorLibCross("-akka", "-akka")
val pekkoLib = ActorLibCross("-pekko", "-pekko")

ThisBuild / organization := "com.github.mjakubowski84"
ThisBuild / version := "2.14.0-SNAPSHOT"
ThisBuild / isSnapshot := true
ThisBuild / version := "2.14.0"
ThisBuild / isSnapshot := false
ThisBuild / scalaVersion := twoThirteen

ThisBuild / javacOptions ++= Seq("-source", "1.8", "-target", "1.8")
Expand Down
2 changes: 1 addition & 1 deletion site/docs/docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ As it is based on Hadoop Client then you can connect to any Hadoop-compatible st

Integrations for [Akka Streams](https://doc.akka.io/docs/akka/current/stream/index.html), [Pekko Streams](https://pekko.apache.org/docs/pekko/current/stream/index.html) and [FS2](https://fs2.io/).

Released for Scala 2.12.x, 2.13.x and 3.2.x.
Released for Scala 2.12.x, 2.13.x and 3.3.x.

0 comments on commit 1ec8343

Please sign in to comment.