Skip to content

Commit

Permalink
Merge pull request #132 from softwaremill/fix-circe-yaml
Browse files Browse the repository at this point in the history
Set circe-yaml version to 0.15.1, prevent future updates to 1.x
  • Loading branch information
adamw authored Nov 24, 2023
2 parents f117dee + fde4d17 commit e27e061
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .scala-steward.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
updates.ignore = [
{groupId = "org.scala-lang", artifactId = "scala-compiler", version = "2.12."},
{groupId = "org.scala-lang", artifactId = "scala-compiler", version = "2.13."},
{groupId = "org.scala-lang", artifactId = "scala-compiler", version = "3."}
{groupId = "org.scala-lang", artifactId = "scala-compiler", version = "3."},
{groupId = "io.circe", artifactId = "circe-yaml", version = "1."}
]
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ val scalaJSVersions = List(scala2_12, scala2_13, scala3)
val scalaNativeVersions = List(scala2_12, scala2_13, scala3)

val circeVersion = "0.14.6"
val circeYamlVersion = "1.15.0"
val circeYamlVersion = "0.15.1"

val scalaTestVersion = "3.2.17"
val scalaCollectionCompatVersion = "2.11.0"
Expand Down

0 comments on commit e27e061

Please sign in to comment.