Skip to content

Commit

Permalink
chore(deps): update dependency scala to v2.13.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 21, 2024
1 parent 8889fb1 commit b217f8f
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 @@ -10,7 +10,7 @@ Global / scalacOptions := Seq(
"-language:reflectiveCalls",
"-deprecation",
)
Global / scalaVersion := "2.13.8"
Global / scalaVersion := "2.13.13"
ThisBuild / versionScheme := Some("early-semver")
ThisBuild / testFrameworks += new TestFramework("zio.test.sbt.ZTestFramework")
ThisBuild / githubWorkflowTargetTags ++= Seq("v*")
Expand Down

0 comments on commit b217f8f

Please sign in to comment.