diff --git a/build.sbt b/build.sbt index bee9e0a..a8043e8 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ lazy val buildSettings = Seq( organization := "com.github.benfradet", version := "0.7.0-SNAPSHOT", - scalaVersion := "2.13.8" + scalaVersion := "2.13.14" ) lazy val compilerOptions = Seq(