Skip to content

Commit

Permalink
Define ScalaVersion in build.sbt template to match Mill
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosrogue committed Feb 19, 2025
1 parent 72fd01e commit f68b4ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/g8/$if(sbt.truthy)$build.sbt$endif$
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
val ScalaVersion = "2.13.15"
val Http4sVersion = "0.23.30"
val CirceVersion = "0.14.10"
val MunitVersion = "1.1.0"
Expand All @@ -9,7 +10,7 @@ lazy val root = (project in file("."))
organization := "$organization$",
name := "$name;format="norm"$",
version := "0.0.1-SNAPSHOT",
scalaVersion := "2.13.15",
scalaVersion := ScalaVersion,
libraryDependencies ++= Seq(
"org.http4s" %% "http4s-ember-server" % Http4sVersion,
"org.http4s" %% "http4s-ember-client" % Http4sVersion,
Expand Down

0 comments on commit f68b4ea

Please sign in to comment.