From 39937b1c088a8fe109d2a87af03fcfd64cdfc1c2 Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Wed, 29 Jun 2022 21:22:42 -0500 Subject: [PATCH] Release 3.10.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8849431ad..6d7373f14 100644 --- a/build.sbt +++ b/build.sbt @@ -13,7 +13,7 @@ val scalaNativeVersions = scalaNot211Versions name := "scribe" ThisBuild / organization := "com.outr" -ThisBuild / version := "3.9.1-SNAPSHOT" +ThisBuild / version := "3.10.0" ThisBuild / scalaVersion := scala213 ThisBuild / scalacOptions ++= Seq("-unchecked", "-deprecation") ThisBuild / javacOptions ++= Seq("-source", "1.8", "-target", "1.8")