Skip to content

Commit

Permalink
Update scala-library to 2.13.12
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 13, 2023
1 parent 181fa68 commit 7db9588
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 @@ -27,7 +27,7 @@ lazy val root = (project in file("."))
.settings(
name := """my-photo-timeline""",
organization := "net.wiringbits",
scalaVersion := "2.13.8",
scalaVersion := "2.13.12",
fork in Test := true,
buildInfoKeys := Seq[BuildInfoKey](name, version, scalaVersion, sbtVersion, git.baseVersion, git.gitHeadCommit),
buildInfoPackage := "net.wiringbits.myphototimeline",
Expand Down

0 comments on commit 7db9588

Please sign in to comment.