From 946b53ec416e5b750c50abc6e9e9cd12bf09e71c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Paradzi=C5=84ski?= Date: Wed, 25 Oct 2023 21:41:15 +0200 Subject: [PATCH] Scala 3.3.1 in default.properties --- src/main/g8/default.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/g8/default.properties b/src/main/g8/default.properties index 4a2255f..3989c72 100644 --- a/src/main/g8/default.properties +++ b/src/main/g8/default.properties @@ -1,5 +1,5 @@ name=zio-dotty-quickstart description=This is a seed project which creates a basic build for a Scala application using ZIO. -dotty_version=3.3.1-RC5 +dotty_version=3.3.1 organization=com.example package=$organization$