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 20, 2024
1 parent 4551d42 commit 217ebef
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.14",
scalaVersion := "2.13.15",
assembly / assemblyJarName := s"${name.value}-${version.value}.jar",
// scalafixがsemanticdbを必要とする
semanticdbEnabled := true,
Expand Down

0 comments on commit 217ebef

Please sign in to comment.