diff --git a/src/main/g8/default.properties b/src/main/g8/default.properties index 10df72b..a8416f6 100644 --- a/src/main/g8/default.properties +++ b/src/main/g8/default.properties @@ -1,5 +1,5 @@ -sbt_version = 1.9.9 -scala_version = 2.13.13 +sbt_version = 1.10.0 +scala_version = 2.13.14 name = Scala skeleton version = 1.0 description = Template following Scala best practices to bootstrap your environment and be ready for your next kata or project!