diff --git a/build.sbt b/build.sbt index 24634d5..ab51a5d 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ val ProjectName = "stutter" val OrganisationName = "splatter" val ProjectVersion = "0.1.0" -val ScalaVersion = "3.7.1" +val ScalaVersion = "3.7.2" def common: Seq[Setting[_]] = Seq( organization := OrganisationName