Skip to content

Commit

Permalink
Merge pull request #70 from GiganticMinecraft/renovate/scala-2.13.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency scala to v2.13.16
  • Loading branch information
Lucky3028 authored Jan 26, 2025
2 parents 58e42cb + 2b5afb8 commit 4048795
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 4048795

Please sign in to comment.