-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update build.sbt * Bumps Scala * Bumps Scala on scripted tests * Fixes test Scala path * More Scala path fixes * Update build.sbt Co-authored-by: Francisco Diaz <[email protected]> Co-authored-by: Francisco Diaz <[email protected]>
- Loading branch information
1 parent
e7d8ba6
commit 10c773d
Showing
31 changed files
with
55 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
plugin/src/sbt-test/sbt-mu-srcgen/avroWithBadSchema/build.sbt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
plugin/src/sbt-test/sbt-mu-srcgen/avroWithBadSchema/project/plugins.sbt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
resolvers += Resolver.sonatypeRepo("snapshots") | ||
resolvers ++= Resolver.sonatypeOssRepos("snapshots") | ||
addSbtPlugin("io.higherkindness" %% "sbt-mu-srcgen" % sys.props("version")) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
plugin/src/sbt-test/sbt-mu-srcgen/avroWithSchema/project/plugins.sbt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
resolvers += Resolver.sonatypeRepo("snapshots") | ||
resolvers ++= Resolver.sonatypeOssRepos("snapshots") | ||
addSbtPlugin("io.higherkindness" %% "sbt-mu-srcgen" % sys.props("version")) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
plugin/src/sbt-test/sbt-mu-srcgen/avrohuggerRewrites/build.sbt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
plugin/src/sbt-test/sbt-mu-srcgen/avrohuggerRewrites/project/plugins.sbt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
resolvers += Resolver.sonatypeRepo("snapshots") | ||
resolvers ++= Resolver.sonatypeOssRepos("snapshots") | ||
addSbtPlugin("io.higherkindness" %% "sbt-mu-srcgen" % sys.props("version")) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
$ exists src/main/resources/model.avdl | ||
> +muSrcGen | ||
$ exists target/scala-2.13/src_managed/main/foo/model.scala | ||
$ exists target/scala-3.1.1/src_managed/main/foo/model.scala | ||
$ exists target/scala-3.2.0/src_managed/main/foo/model.scala | ||
$ must-mirror target/scala-2.13/src_managed/main/foo/model.scala expected/scala-2/model.scala.txt | ||
$ must-mirror target/scala-3.1.1/src_managed/main/foo/model.scala expected/scala-3/model.scala.txt | ||
$ must-mirror target/scala-3.2.0/src_managed/main/foo/model.scala expected/scala-3/model.scala.txt | ||
> +compile |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
resolvers += Resolver.sonatypeRepo("snapshots") | ||
resolvers ++= Resolver.sonatypeOssRepos("snapshots") | ||
addSbtPlugin("io.higherkindness" %% "sbt-mu-srcgen" % sys.props("version")) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$ exists src/main/resources/model.avdl | ||
> +muSrcGen | ||
$ exists target/scala-2.13/src_managed/main/foo/model.scala | ||
$ exists target/scala-3.1.1/src_managed/main/foo/model.scala | ||
$ exists target/scala-3.2.0/src_managed/main/foo/model.scala | ||
> +compile |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
plugin/src/sbt-test/sbt-mu-srcgen/gzipCompression/project/plugins.sbt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
resolvers += Resolver.sonatypeRepo("snapshots") | ||
resolvers ++= Resolver.sonatypeOssRepos("snapshots") | ||
addSbtPlugin("io.higherkindness" %% "sbt-mu-srcgen" % sys.props("version")) |
4 changes: 2 additions & 2 deletions
4
plugin/src/sbt-test/sbt-mu-srcgen/idiomaticEndpoints/build.sbt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
plugin/src/sbt-test/sbt-mu-srcgen/idiomaticEndpoints/project/plugins.sbt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
resolvers += Resolver.sonatypeRepo("snapshots") | ||
resolvers ++= Resolver.sonatypeOssRepos("snapshots") | ||
addSbtPlugin("io.higherkindness" %% "sbt-mu-srcgen" % sys.props("version")) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
plugin/src/sbt-test/sbt-mu-srcgen/srcGenFromDirs/project/plugins.sbt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
resolvers += Resolver.sonatypeRepo("snapshots") | ||
resolvers ++= Resolver.sonatypeOssRepos("snapshots") | ||
addSbtPlugin("io.higherkindness" %% "sbt-mu-srcgen" % sys.props("version")) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
plugin/src/sbt-test/sbt-mu-srcgen/srcGenFromJars/project/plugins.sbt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
resolvers += Resolver.sonatypeRepo("snapshots") | ||
resolvers ++= Resolver.sonatypeOssRepos("snapshots") | ||
addSbtPlugin("io.higherkindness" %% "sbt-mu-srcgen" % sys.props("version")) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
plugin/src/sbt-test/sbt-mu-srcgen/srcGenFromJars2/project/plugins.sbt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
resolvers += Resolver.sonatypeRepo("snapshots") | ||
resolvers ++= Resolver.sonatypeOssRepos("snapshots") | ||
addSbtPlugin("io.higherkindness" %% "sbt-mu-srcgen" % sys.props("version")) |
4 changes: 2 additions & 2 deletions
4
plugin/src/sbt-test/sbt-mu-srcgen/srcProtoGenFromDirs/build.sbt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
plugin/src/sbt-test/sbt-mu-srcgen/srcProtoGenFromDirs/project/plugins.sbt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
resolvers += Resolver.sonatypeRepo("snapshots") | ||
resolvers ++= Resolver.sonatypeOssRepos("snapshots") | ||
addSbtPlugin("io.higherkindness" %% "sbt-mu-srcgen" % sys.props("version")) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
plugin/src/sbt-test/sbt-mu-srcgen/srcProtoGenFromJars/project/plugins.sbt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
resolvers += Resolver.sonatypeRepo("snapshots") | ||
resolvers ++= Resolver.sonatypeOssRepos("snapshots") | ||
addSbtPlugin("io.higherkindness" %% "sbt-mu-srcgen" % sys.props("version")) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
plugin/src/sbt-test/sbt-mu-srcgen/srcProtoGenFromJars2/project/plugins.sbt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
resolvers += Resolver.sonatypeRepo("snapshots") | ||
resolvers ++= Resolver.sonatypeOssRepos("snapshots") | ||
addSbtPlugin("io.higherkindness" %% "sbt-mu-srcgen" % sys.props("version")) |
4 changes: 2 additions & 2 deletions
4
plugin/src/sbt-test/sbt-mu-srcgen/srcProtoGenValidate/build.sbt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
plugin/src/sbt-test/sbt-mu-srcgen/srcProtoGenValidate/project/plugins.sbt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
resolvers += Resolver.sonatypeRepo("snapshots") | ||
resolvers ++= Resolver.sonatypeOssRepos("snapshots") | ||
addSbtPlugin("io.higherkindness" %% "sbt-mu-srcgen" % sys.props("version")) |