Skip to content

Commit

Permalink
Release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mjakubowski84 committed Feb 9, 2022
1 parent 7d7b72b commit 0742a05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ lazy val supportedScalaVersions = Seq(twoTwelve, twoThirteen, three)
lazy val akkaScalaVersions = Seq(twoTwelve, twoThirteen)

ThisBuild / organization := "com.github.mjakubowski84"
ThisBuild / version := "2.2.0-SNAPSHOT"
ThisBuild / isSnapshot := true
ThisBuild / version := "2.2.0"
ThisBuild / isSnapshot := false
ThisBuild / scalaVersion := twoThirteen
ThisBuild / javacOptions ++= Seq("-source", "1.8", "-target", "1.8")
ThisBuild / resolvers := Seq(
Expand Down

0 comments on commit 0742a05

Please sign in to comment.