Skip to content

Commit

Permalink
Explicit crossScalaVersions
Browse files Browse the repository at this point in the history
  • Loading branch information
sideeffffect committed May 28, 2024
1 parent 2c9c640 commit 557665f
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 @@ -6,7 +6,7 @@ ThisBuild / tlFatalWarnings := false //TODO: ... fix this someday
ThisBuild / githubWorkflowBuildMatrixFailFast := Some(false)

val Versions = new {
val circe = "0.14.6"
val circe = "0.14.7"
val discipline = "1.5.1"
val scalaCheck = "1.18.0"
val scalaTest = "3.2.17"
Expand Down Expand Up @@ -80,7 +80,7 @@ lazy val `circe-yaml-scalayaml` = crossProject(JSPlatform, JVMPlatform, NativePl
.settings(
description := "Library for converting between scala-yaml AST and circe's AST",
scalaVersion := Versions.scala213,
crossScalaVersions -= Versions.scala212,
crossScalaVersions := Versions.scalaVersions.filterNot(_ == Versions.scala212),
libraryDependencies ++= Seq(
"org.virtuslab" %%% "scala-yaml" % "0.0.8",
"org.scalatest" %%% "scalatest" % Versions.scalaTest % Test
Expand Down

0 comments on commit 557665f

Please sign in to comment.