diff --git a/build.sbt b/build.sbt index 3e0dbadb..e2d1f3e9 100644 --- a/build.sbt +++ b/build.sbt @@ -10,7 +10,7 @@ val proxy = "https://nexus.garnercorp.com/repository/maven-all" val commonSettings = Seq( name := "gormorant", organization := "com.garnercorp", - scalaVersion := "2.13.12", + scalaVersion := "2.13.14", organizationName := "Garner", homepage := Some(url("https://github.com/ChristopherDavenport/cormorant")), licenses += ("MIT", url("http://opensource.org/licenses/MIT")),