Skip to content

Commit

Permalink
Update scala version
Browse files Browse the repository at this point in the history
  • Loading branch information
froth committed May 7, 2024
1 parent 01fd1f8 commit 6af40a1
Showing 1 changed file with 1 addition and 1 deletion.
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 := "3.3.0",
scalaVersion := "3.3.3",
libraryDependencies ++= Seq(
"org.http4s" %% "http4s-ember-server" % Http4sVersion,
"org.http4s" %% "http4s-ember-client" % Http4sVersion,
Expand Down

0 comments on commit 6af40a1

Please sign in to comment.