Skip to content

Commit

Permalink
Update scala-library to 2.13.12 (#153)
Browse files Browse the repository at this point in the history
* Update scala-library to 2.13.12

* Upgrade sbt.
  • Loading branch information
zhongl committed Dec 5, 2023
1 parent 92c4065 commit 6e9438a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -7,7 +7,7 @@ ThisBuild / dynverVTagPrefix := false
lazy val root = (project in file("."))
.settings(
organization := "fun.zhongl",
scalaVersion := "2.13.8",
scalaVersion := "2.13.12",
name := "passport",
scalafmtOnCompile := true,
scalacOptions += "-deprecation",
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
@@ -1 +1 @@
sbt.version = 1.7.2
sbt.version = 1.9.7

0 comments on commit 6e9438a

Please sign in to comment.