From c41f6067192be805a48e85492e6bd7e8ad864dd9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 13 Sep 2023 03:57:58 +0000 Subject: [PATCH] Update scala-library to 2.13.12 --- .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 ad93eba9..97cc23c4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -14,7 +14,7 @@ executors: docker: - image: circleci/openjdk:8-jdk environment: - SCALA_VERSION: 2.13.11 + SCALA_VERSION: 2.13.12 commands: build: diff --git a/build.sbt b/build.sbt index 9b291a9a..f0c28ba9 100644 --- a/build.sbt +++ b/build.sbt @@ -46,7 +46,7 @@ val commonSettings = Sonatype.sonatypeSettings ++ releaseSettings ++ Seq( name := "ratatool", description := "A tool for random data sampling and generation", scalaVersion := "2.12.10", - crossScalaVersions := Seq("2.12.10", "2.13.11"), + crossScalaVersions := Seq("2.12.10", "2.13.12"), resolvers += "confluent" at "https://packages.confluent.io/maven/", scalacOptions ++= Seq("-target:jvm-1.8", "-deprecation", "-feature", "-unchecked", "-Yrangepos"), scalacOptions ++= {