Skip to content

Commit

Permalink
Merge pull request #420 from http4s/remove-scala-version-props
Browse files Browse the repository at this point in the history
Remove scala version from default.properties
  • Loading branch information
froth authored Nov 11, 2024
2 parents 20568ce + a630ea3 commit effcf4b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/g8/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 0 additions & 2 deletions src/main/g8/default.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
name = quickstart
organization = com.example
package = $organization$.$name;format="norm,word"$

scala_version = 2.13.15

0 comments on commit effcf4b

Please sign in to comment.