From 0742a05b12d536eb0c4920ae774a93b4190f4f61 Mon Sep 17 00:00:00 2001 From: Marcin Jakubowski Date: Wed, 9 Feb 2022 11:48:42 +0100 Subject: [PATCH] Release 2.2.0 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 919cb4a7..3c9aa28f 100644 --- a/build.sbt +++ b/build.sbt @@ -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(