From a820eb051e89ec8a100ac99594b1d9d4099c37f9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 19 Jan 2025 10:01:49 +0000 Subject: [PATCH] Update scala-library to 2.13.16 --- .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..d49e9412 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.16 commands: build: diff --git a/build.sbt b/build.sbt index b0855877..3de10a2b 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.16"), resolvers ++= Resolver.sonatypeOssRepos("public"), resolvers ++= Resolver.sonatypeOssRepos("snapshots"), // @Todo remove when 0.14.0 released scalacOptions ++= Seq("-target:8", "-deprecation", "-feature", "-unchecked", "-Yrangepos"),