Skip to content

Commit

Permalink
Remove Scala version from default.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
froth committed Nov 5, 2024
1 parent 66d9fba commit 4c04742
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 4c04742

Please sign in to comment.