From 4c047427d41bc3e965bc2fbc6ba19640d62df2a1 Mon Sep 17 00:00:00 2001 From: Frederick Roth Date: Mon, 4 Nov 2024 13:56:37 +0100 Subject: [PATCH] Remove Scala version from default.properties --- src/main/g8/build.sbt | 2 +- src/main/g8/default.properties | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/g8/build.sbt b/src/main/g8/build.sbt index 7b160e0..3574aaa 100644 --- a/src/main/g8/build.sbt +++ b/src/main/g8/build.sbt @@ -9,7 +9,7 @@ lazy val root = (project in file(".")) organization := "$organization$", name := "$name;format="norm"$", version := "0.0.1-SNAPSHOT", - scalaVersion := "$scala_version$", + scalaVersion := "2.13.15", libraryDependencies ++= Seq( "org.http4s" %% "http4s-ember-server" % Http4sVersion, "org.http4s" %% "http4s-ember-client" % Http4sVersion, diff --git a/src/main/g8/default.properties b/src/main/g8/default.properties index 9e45043..d5f5423 100644 --- a/src/main/g8/default.properties +++ b/src/main/g8/default.properties @@ -2,4 +2,3 @@ name = quickstart organization = com.example package = $organization$.$name;format="norm,word"$ -scala_version = 2.13.15