Skip to content

Commit

Permalink
Merge pull request #122 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 ad4fdd8 + 4c04742 commit 757436d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 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
1 change: 0 additions & 1 deletion src/main/g8/default.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ name = quickstart
organization = com.example
package = $organization$.$name;format="norm,word"$

scala_version = 2.13.15

0 comments on commit 757436d

Please sign in to comment.