Skip to content

Commit

Permalink
chore(deps): update dependency scala to v2.13.15
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 12, 2024
1 parent 08b78e7 commit cec7514
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.14",
scalaVersion := "2.13.15",
assembly / assemblyJarName := s"${name.value}-${version.value}.jar",
assembly / test := (Test / test).value, // assmeblyの中でtestをする
// scalafixがsemanticdbを必要とする
Expand Down

0 comments on commit cec7514

Please sign in to comment.