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 26, 2025
1 parent 92a5a92 commit 98123c9
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 @@ -59,7 +59,7 @@ unmanagedResources / excludeFilter :=

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

0 comments on commit 98123c9

Please sign in to comment.