From 9ccd1c1fc54cfe67563a53cd4c30bc435e7836d9 Mon Sep 17 00:00:00 2001 From: Connor James Smith Date: Fri, 9 Aug 2024 16:58:59 -0400 Subject: [PATCH] temporary: Switch to `net.tazato` repo to cut an out-of-band release --- build.sbt | 14 +++++++------- project/build.properties | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/build.sbt b/build.sbt index d00f4673..64eec82b 100644 --- a/build.sbt +++ b/build.sbt @@ -1,14 +1,14 @@ lazy val V = new { val SCALA_2_12 = "2.12.18" val SCALA_2_13 = "2.13.12" - val SCALA_3 = "3.3.0" - val Scalas = Seq(SCALA_3, SCALA_2_13, SCALA_2_12) + val SCALA_3 = "3.3.3" + val Scalas = Seq(SCALA_3, SCALA_2_13) val ScalafixScalaVersions = Scalas.filterNot(_.startsWith("3")) } -ThisBuild / scalaVersion := V.Scalas.head +ThisBuild / scalaVersion := "3.3.3" ThisBuild / crossScalaVersions := V.Scalas -ThisBuild / organization := "com.dwolla" +ThisBuild / organization := "net.tazato" ThisBuild / homepage := Option(url("https://github.com/Dwolla/fs2-pgp")) ThisBuild / licenses += ("MIT", url("https://opensource.org/licenses/MIT")) ThisBuild / startYear := Option(2020) @@ -23,10 +23,10 @@ ThisBuild / developers := List( ThisBuild / githubWorkflowBuild := Seq(WorkflowStep.Sbt(List("test", "mimaReportBinaryIssues", "doc"))) ThisBuild / tlJdkRelease := Option(8) ThisBuild / githubWorkflowJavaVersions := Seq(JavaSpec.temurin("17")) -ThisBuild / githubWorkflowScalaVersions := Seq("3", "2.13", "2.12") +ThisBuild / githubWorkflowScalaVersions := Seq("3", "2.13") ThisBuild / tlCiReleaseBranches := Seq("main", "series/0.5") -ThisBuild / tlBaseVersion := "0.5" -ThisBuild / tlSonatypeUseLegacyHost := true +ThisBuild / tlBaseVersion := "0.6" +ThisBuild / tlSonatypeUseLegacyHost := false ThisBuild / mergifyStewardConfig ~= { _.map(_.copy(mergeMinors = true, author = "dwolla-oss-scala-steward[bot]")) } diff --git a/project/build.properties b/project/build.properties index abbbce5d..ee4c672c 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.8 +sbt.version=1.10.1