diff --git a/build.sbt b/build.sbt index b98aac2a..7e15083e 100644 --- a/build.sbt +++ b/build.sbt @@ -56,7 +56,7 @@ lazy val standardSettings = Seq( organization := "com.github.agourlay", description := "An extensible Scala DSL for testing JSON HTTP APIs.", homepage := Some(url("https://github.com/agourlay/cornichon")), - scalaVersion := "2.13.13", + scalaVersion := "2.13.14", crossScalaVersions := Seq(scalaVersion.value, "2.12.19"), licenses += ("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0.html")), Test / fork := true,