diff --git a/build.sbt b/build.sbt index 464abcd..b429e8f 100644 --- a/build.sbt +++ b/build.sbt @@ -1,4 +1,4 @@ -val scala3Version = "3.2.0" +val scala3Version = "3.3.0" lazy val commonSettings = Seq( organization := "org.justinhj", diff --git a/project/build.properties b/project/build.properties index 22af262..875b706 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.7.1 +sbt.version=1.9.2