Skip to content

Commit

Permalink
Update to released version of magnolify
Browse files Browse the repository at this point in the history
  • Loading branch information
RustedBones committed Jul 11, 2022
1 parent efbdfff commit 8f654eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ val kantanCodecsVersion = "0.5.1"
val kantanCsvVersion = "0.6.2"
val kryoVersion = "4.0.2"
val magnoliaVersion = "1.1.2"
val magnolifyVersion = "0.4.8+10-0c6f9747-SNAPSHOT"
val magnolifyVersion = "0.5.0"
val metricsVersion = "3.2.6"
val parquetExtraVersion = "0.4.3"
val parquetVersion = "1.12.3"
Expand Down Expand Up @@ -219,7 +219,7 @@ val commonSettings = Def
excludeDependencies ++= Seq(
"org.apache.beam" % "beam-sdks-java-io-kafka"
),
resolvers ++= Seq(Resolver.sonatypeRepo("public"), Resolver.sonatypeRepo("snapshots")),
resolvers += Resolver.sonatypeRepo("public"),
Test / javaOptions += "-Dscio.ignoreVersionWarning=true",
Test / testOptions += Tests.Argument("-oD"),
testOptions += Tests.Argument(TestFrameworks.JUnit, "-q", "-v", "-a"),
Expand Down

0 comments on commit 8f654eb

Please sign in to comment.