Skip to content

Commit

Permalink
Update scala-library, scala-reflect to 2.13.8 (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongl authored Feb 21, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 9935546 commit d0c1949
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
@@ -18,7 +18,7 @@ lazy val basicSettings = Seq(
)
),

scalaVersion := "2.13.7",
scalaVersion := "2.13.8",
scalacOptions += "-Ymacro-annotations",
scalacOptions += "-encoding",
scalacOptions += "utf8",

0 comments on commit d0c1949

Please sign in to comment.