Skip to content

Commit

Permalink
Merge pull request #570 from fp-in-bo/update/scala-library-2.13.14
Browse files Browse the repository at this point in the history
Update scala-library to 2.13.14
  • Loading branch information
mergify[bot] authored May 5, 2024
2 parents 679ea38 + 035697a commit b9243a5
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 @@ -35,7 +35,7 @@ inThisBuild(

// General Settings
lazy val commonSettings = Seq(
scalaVersion := "2.13.13",
scalaVersion := "2.13.14",
scalafmtOnCompile := true,
addCompilerPlugin("org.typelevel" %% "kind-projector" % kindProjectorV cross CrossVersion.full),
addCompilerPlugin("com.olegpy" %% "better-monadic-for" % betterMonadicForV),
Expand Down

0 comments on commit b9243a5

Please sign in to comment.