Skip to content

Commit

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

0 comments on commit a466cce

Please sign in to comment.