Skip to content

Commit

Permalink
Update scala-library to 2.12.19
Browse files Browse the repository at this point in the history
  • Loading branch information
davenverse-steward[bot] committed May 17, 2024
1 parent a3b565b commit 5e8fab3
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 @@ -12,7 +12,7 @@ ThisBuild / tlSonatypeUseLegacyHost := true

val Scala213 = "2.13.7"

// ThisBuild / crossScalaVersions := Seq("2.12.15", Scala213)
// ThisBuild / crossScalaVersions := Seq("2.12.19", Scala213)
ThisBuild / scalaVersion := Scala213

ThisBuild / testFrameworks += new TestFramework("munit.Framework")
Expand All @@ -36,7 +36,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform)
.settings(
name := "sonatype",
scalacOptions -= "-Xfatal-warnings",
crossScalaVersions := Seq("2.12.15", "3.1.1", Scala213),
crossScalaVersions := Seq("2.12.19", "3.1.1", Scala213),

libraryDependencies ++= Seq(
"org.typelevel" %%% "cats-core" % catsV,
Expand Down

0 comments on commit 5e8fab3

Please sign in to comment.