Skip to content

Commit

Permalink
Merge pull request #91 from scala-steward/update/inline-files-0.7.0
Browse files Browse the repository at this point in the history
Update inline-files to 0.7.0
  • Loading branch information
frawa committed Mar 28, 2024
2 parents 1332b6f + 7019963 commit 2964755
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Expand Up @@ -176,7 +176,7 @@ lazy val macros = project
.settings(sharedScalacSettings)
.settings(sharedTestSettings)
.settings(
libraryDependencies += "io.github.frawa" %%% "inline-files" % "0.6.0"
libraryDependencies += "io.github.frawa" %%% "inline-files" % "0.7.0"
)
.dependsOn(parser.jvm(scalaVersion3))
.dependsOn(parserJawn.jvm(scalaVersion3))
Expand Down Expand Up @@ -227,7 +227,7 @@ lazy val typedJson =
name := "typed-json"
)
.settings(
libraryDependencies += "io.github.frawa" %%% "inline-files" % "0.6.0" % Test
libraryDependencies += "io.github.frawa" %%% "inline-files" % "0.7.0" % Test
)
.settings(
unmanagedSources / excludeFilter := "*/suggestion/*" || "*/validation/*"
Expand Down

0 comments on commit 2964755

Please sign in to comment.