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 4, 2024
1 parent 6b94da0 commit 3b381f9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ lazy val root = project
.in(file("."))
.settings(
name := "http4s-g8",
scalaVersion := "2.13.15",
libraryDependencies ++= Seq(
"org.http4s" %% "http4s-ember-server" % Http4sVersion,
"org.http4s" %% "http4s-ember-client" % Http4sVersion,
Expand Down
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 3b381f9

Please sign in to comment.