Skip to content

Commit

Permalink
bump scanamo to 1.0.0-M30 (#895)
Browse files Browse the repository at this point in the history
  • Loading branch information
lofoyet authored Nov 22, 2023
1 parent e7ecae8 commit 624e9c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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" )
Expand Down

0 comments on commit 624e9c7

Please sign in to comment.