Skip to content

Commit

Permalink
Release 2.0.0-RC3
Browse files Browse the repository at this point in the history
  • Loading branch information
mjakubowski84 committed Oct 29, 2021
1 parent d578484 commit 9e2cbe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ lazy val supportedScalaVersions = Seq(twoTwelve, twoThirteen, three)
lazy val akkaScalaVersions = Seq(twoTwelve, twoThirteen)

ThisBuild / organization := "com.github.mjakubowski84"
ThisBuild / version := "2.0.0-RC2"
ThisBuild / version := "2.0.0-RC3"
ThisBuild / isSnapshot := false
ThisBuild / scalaVersion := twoThirteen
ThisBuild / javacOptions ++= Seq("-source", "1.8", "-target", "1.8")
Expand Down

0 comments on commit 9e2cbe1

Please sign in to comment.