Skip to content

Commit

Permalink
Update scala-library, scala-reflect to 2.12.20
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 6, 2024
1 parent ad54367 commit 0948e6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import sbtcrossproject.CrossPlugin.autoImport.{crossProject, CrossType}

lazy val buildSettings = Seq(
organization := "io.circe",
scalaVersion := "2.12.12",
crossScalaVersions := List("2.12.12", "2.13.4")
scalaVersion := "2.12.20",
crossScalaVersions := List("2.12.20", "2.13.4")
)

lazy val magnoliaVersion = "1.1.3"
Expand Down

0 comments on commit 0948e6e

Please sign in to comment.