From 1cc8d590e4e516d66565d4a69725f736fdba154e Mon Sep 17 00:00:00 2001 From: 47erbot Date: Fri, 3 May 2024 07:29:04 +0200 Subject: [PATCH] Update scala-compiler, scala-library to 2.13.14 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index dfff8d41..1f71ac4d 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ ThisBuild / organization := "io.higherkindness" ThisBuild / githubOrganization := "47degrees" -ThisBuild / scalaVersion := "2.13.13" -ThisBuild / crossScalaVersions := Seq("2.12.19", "2.13.13") +ThisBuild / scalaVersion := "2.13.14" +ThisBuild / crossScalaVersions := Seq("2.12.19", "2.13.14") addCommandAlias("ci-test", "scalafmtCheckAll; scalafmtSbtCheck; microsite/mdoc; +test") addCommandAlias("ci-docs", "github; documentation/mdoc; headerCreateAll; microsite/publishMicrosite")