From fec9edf5489b532d33d67c69040f507acda057b1 Mon Sep 17 00:00:00 2001 From: Denis Mikhaylov Date: Wed, 14 Feb 2024 13:54:18 +0100 Subject: [PATCH] Release 0.12.0 --- build.sbt | 2 +- project/build.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index b2532e6..48b0d09 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ lazy val commonSettings = Seq( organization := "com.whisk", - version := "0.11.0", + version := "0.12.0", scalaVersion := "2.13.6", crossScalaVersions := Seq("2.13.6", "2.12.15", "2.11.12", "3.0.2"), scalacOptions ++= Seq("-feature", "-deprecation"), diff --git a/project/build.properties b/project/build.properties index 10fd9ee..abbbce5 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.5.5 +sbt.version=1.9.8