Skip to content

Commit

Permalink
Merge pull request #451 from scala-steward/update/scala-library-2.13.16
Browse files Browse the repository at this point in the history
Update scala-library to 2.13.16
  • Loading branch information
fthomas authored Jan 24, 2025
2 parents be54031 + 1572221 commit 8f223fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ThisBuild / developers := List(
Developer("jonas", "Jonas Fonseca", "[email protected]", url("https://github.com/jonas"))
)
val scala212 = "2.12.20"
val scala213 = "2.13.15"
val scala213 = "2.13.16"
val scala3 = "3.3.4"
ThisBuild / scalaVersion := scala213
ThisBuild / crossScalaVersions := Seq(scala212, scala213, scala3)
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("io.circe" % "sbt-circe-org" % "0.4.6")
addSbtPlugin("io.circe" % "sbt-circe-org" % "0.4.7")

0 comments on commit 8f223fc

Please sign in to comment.