From cefe28656b07c9ce52ce7c0898a474892f2b9c39 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 28 Feb 2024 05:36:47 +0000 Subject: [PATCH] Update scala-library to 2.13.13 --- .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..c8be6e97 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.13 commands: build: diff --git a/build.sbt b/build.sbt index eb07959c..3b06434f 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.13"), resolvers ++= Resolver.sonatypeOssRepos("public"), resolvers ++= Resolver.sonatypeOssRepos("snapshots"), // @Todo remove when 0.14.0 released scalacOptions ++= Seq("-target:8", "-deprecation", "-feature", "-unchecked", "-Yrangepos"),