Skip to content

Commit

Permalink
Merge pull request #375 from http4s/scala-2.13.13
Browse files Browse the repository at this point in the history
Update scala version
  • Loading branch information
froth authored Mar 2, 2024
2 parents 4263de4 + 03e9f02 commit 56fd452
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -23,7 +23,7 @@ lazy val root = (project in file("."))
"org.scalameta" % "svm-subs" % "101.0.0"
$endif$
),
addCompilerPlugin("org.typelevel" %% "kind-projector" % "0.13.2" cross CrossVersion.full),
addCompilerPlugin("org.typelevel" %% "kind-projector" % "0.13.3" cross CrossVersion.full),
addCompilerPlugin("com.olegpy" %% "better-monadic-for" % "0.3.1"),
assembly / assemblyMergeStrategy := {
case "module-info.class" => MergeStrategy.discard
Expand Down
2 changes: 1 addition & 1 deletion src/main/g8/default.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = quickstart
organization = com.example
package = $organization$.$name;format="norm,word"$

scala_version = 2.13.12
scala_version = 2.13.13
# graal_vm_specific
graal_native_image = true
is_linux_build = false
Expand Down

0 comments on commit 56fd452

Please sign in to comment.