Skip to content

Commit

Permalink
chore(deps): update dependency scala to v2.13.16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 11, 2025
1 parent 7f3c1fb commit 8765c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ unmanagedResources / excludeFilter :=

lazy val root = (project in file(".")).settings(
name := "RegenerateWorld",
scalaVersion := "2.13.15",
scalaVersion := "2.13.16",
assembly / assemblyJarName := s"${name.value}-${version.value}.jar",
assembly / test := (Test / test).value, // assmeblyの中でtestをする
// scalafixがsemanticdbを必要とする
Expand Down

0 comments on commit 8765c98

Please sign in to comment.