From ea8669277ac22210b3869e951a26a2ede59f263e Mon Sep 17 00:00:00 2001 From: Tony Liu Date: Tue, 21 Nov 2023 11:59:46 -0800 Subject: [PATCH] bump scanamo to 1.0.0-M30 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1b7b4ddd..e6a8c79d 100644 --- a/build.sbt +++ b/build.sbt @@ -41,7 +41,7 @@ lazy val libs = .addJVM(name = "scala-collection-compat", version = "2.8.0", org = "org.scala-lang.modules") .add( name = "scalacheck-1-14", version = "3.2.2.0",org = "org.scalatestplus") .add( name = "scalatestplus-play", version = "5.1.0", org = "org.scalatestplus.play") - .addJVM(name = "scanamo", version = "1.0.0-M23", org ="org.scanamo", "scanamo-testkit", "scanamo-cats-effect") + .addJVM(name = "scanamo", version = "1.0.0-M30", org ="org.scanamo", "scanamo-testkit", "scanamo-cats-effect") .add( name = "spark", version = "3.3.1", org = "org.apache.spark", "spark-sql", "spark-core") .addJVM(name = "tsec", version = "0.4.0", org = "io.github.jmcardon", "tsec-common", "tsec-password", "tsec-mac", "tsec-signatures", "tsec-jwt-mac", "tsec-jwt-sig", "tsec-http4s", "tsec-cipher-jca") .add (name = "enumeratum", version = "1.7.2", org = "com.beachape", "enumeratum", "enumeratum-cats" )