From e8048f7940438a0d162b66b0e774576946b075a5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 26 Sep 2024 19:03:08 +0000 Subject: [PATCH] Update scala-library to 2.13.15 --- .circleci/config.yml | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index feeec238..47fd24a3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -16,7 +16,7 @@ executors: - image: cimg/openjdk:11.0 resource_class: medium+ environment: - SCALA_VERSION: 2.13.12 + SCALA_VERSION: 2.13.15 commands: build: diff --git a/build.sbt b/build.sbt index b0855877..6e30ddaa 100644 --- a/build.sbt +++ b/build.sbt @@ -50,7 +50,7 @@ val commonSettings = Sonatype.sonatypeSettings ++ releaseSettings ++ Seq( name := "ratatool", description := "A tool for random data sampling and generation", scalaVersion := "2.12.18", - crossScalaVersions := Seq("2.12.18", "2.13.12"), + crossScalaVersions := Seq("2.12.18", "2.13.15"), resolvers ++= Resolver.sonatypeOssRepos("public"), resolvers ++= Resolver.sonatypeOssRepos("snapshots"), // @Todo remove when 0.14.0 released scalacOptions ++= Seq("-target:8", "-deprecation", "-feature", "-unchecked", "-Yrangepos"),