From 3b8de7c983e5edd233af194c1cac78df5e6e5756 Mon Sep 17 00:00:00 2001 From: fortyseven_degrees Date: Fri, 3 May 2024 05:24:03 +0000 Subject: [PATCH] Update scala-compiler, scala-library to 2.13.14 --- build.sbt | 2 +- project/ProjectPlugin.scala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 25e262b..d49b94c 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,5 @@ ThisBuild / organization := "io.higherkindness" -ThisBuild / scalaVersion := "2.13.12" +ThisBuild / scalaVersion := "2.13.14" ThisBuild / resolvers += Resolver.sonatypeRepo("snapshots") publish / skip := true diff --git a/project/ProjectPlugin.scala b/project/ProjectPlugin.scala index 0543742..e79c349 100644 --- a/project/ProjectPlugin.scala +++ b/project/ProjectPlugin.scala @@ -23,7 +23,7 @@ object ProjectPlugin extends AutoPlugin { val mu: String = "0.31.1" val natchez: String = "0.3.5" val pureconfig: String = "0.17.6" - val scala213: String = "2.13.12" + val scala213: String = "2.13.14" val scopt: String = "4.1.0" val slf4j: String = "2.0.13" }