Skip to content

Commit 5e83487

Browse files
committed
Merge branch 'v0.15.0-re-release' into upgrade-sbt-circe-plugin
2 parents eb3d48e + 4c21b26 commit 5e83487

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ val root = tlCrossRootProject.aggregate(
3434
lazy val `circe-yaml-common` = project
3535
.in(file("circe-yaml-common"))
3636
.settings(
37-
description := "Library for converting between SnakeYAML's AST (YAML 1.1) and circe's AST",
37+
description := "Library for converting between SnakeYAML's AST (YAML 2.0) and circe's AST",
3838
libraryDependencies ++= Seq(
3939
"io.circe" %% "circe-core" % Versions.circe
4040
),
@@ -45,7 +45,7 @@ lazy val `circe-yaml` = project
4545
.in(file("circe-yaml"))
4646
.dependsOn(`circe-yaml-common`)
4747
.settings(
48-
description := "Library for converting between SnakeYAML's AST (YAML 1.1) and circe's AST",
48+
description := "Library for converting between SnakeYAML's AST (YAML 2.0) and circe's AST",
4949
libraryDependencies ++= Seq(
5050
"org.yaml" % "snakeyaml" % Versions.snakeYaml,
5151
"io.circe" %% "circe-jawn" % Versions.circe % Test,
@@ -61,7 +61,7 @@ lazy val `circe-yaml-v12` = project
6161
.in(file("circe-yaml-v12"))
6262
.dependsOn(`circe-yaml-common`)
6363
.settings(
64-
description := "Library for converting between snakeyaml-engine's AST (YAML 1.2) and circe's AST",
64+
description := "Library for converting between snakeyaml-engine's AST (YAML 2.0) and circe's AST",
6565
libraryDependencies ++= Seq(
6666
"io.circe" %% "circe-jawn" % Versions.circe % Test,
6767
"org.snakeyaml" % "snakeyaml-engine" % Versions.snakeYamlEngine,

0 commit comments

Comments
 (0)