From 1380a4f16ff47a07419612c82d3f91786965b1a7 Mon Sep 17 00:00:00 2001 From: Geazi Anc Date: Fri, 10 Nov 2023 07:22:26 -0300 Subject: [PATCH] update default properties to latest versions --- src/main/g8/default.properties | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/main/g8/default.properties b/src/main/g8/default.properties index 302add5..f52a25b 100644 --- a/src/main/g8/default.properties +++ b/src/main/g8/default.properties @@ -3,15 +3,15 @@ description=Bootstrap a new ZIO Http application organisation=com.example package=$organisation$.$name;format="norm,word"$ version=0.0.1 -sbtVersion=1.8.2 -scalaVersion=2.13.10 -zioVersion=2.0.13 -scalaFmtVersion=3.7.3 -scalafixVersion=0.10.4 +sbtVersion=1.9.7 +scalaVersion=3.3.1 +zioVersion=2.0.19 +scalaFmtVersion=3.7.15 +scalafixVersion=0.11.1 sbtNativePackager=1.9.16 sbtRevolverVersion=0.10.0 -zioHttpVersion=3.0.0-RC1 +zioHttpVersion=3.0.0-RC3 scalaFmtPluginVersion=2.5.0 organizeImportsVersion=0.6.0 verbatim=*.png -zioSbtEcosystemPluginVersion=0.4.0-alpha.8 \ No newline at end of file +zioSbtEcosystemPluginVersion=0.4.0-alpha.22 \ No newline at end of file