From 47f8819376527509bbc7b248b67a325cb2de017b Mon Sep 17 00:00:00 2001 From: Marcin Jakubowski Date: Thu, 9 Feb 2023 20:05:44 +0100 Subject: [PATCH] Release 2.10.0 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index f24dabd2..5a079951 100644 --- a/build.sbt +++ b/build.sbt @@ -10,8 +10,8 @@ lazy val three = "3.2.1" lazy val supportedScalaVersions = Seq(twoTwelve, twoThirteen, three) ThisBuild / organization := "com.github.mjakubowski84" -ThisBuild / version := "2.10.0-SNAPSHOT" -ThisBuild / isSnapshot := true +ThisBuild / version := "2.10.0" +ThisBuild / isSnapshot := false ThisBuild / scalaVersion := twoThirteen ThisBuild / javacOptions ++= Seq("-source", "1.8", "-target", "1.8")