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 f1ccb2f..0f814d7 100644 --- a/project/ProjectPlugin.scala +++ b/project/ProjectPlugin.scala @@ -23,7 +23,7 @@ object ProjectPlugin extends AutoPlugin { val mu: String = "0.32.0" val natchez: String = "0.3.5" val pureconfig: String = "0.17.7" - val scala213: String = "2.13.12" + val scala213: String = "2.13.14" val scopt: String = "4.1.0" val slf4j: String = "2.0.13" }