File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ lazy val sharedSettings = Seq(
2222 ),
2323 autoAPIMappings := true ,
2424 libraryDependencies += {
25- " org.scalameta" %%% " munit" % " 1.2.0 " % Test ,
25+ " org.scalameta" %%% " munit" % " 1.2.1 " % Test ,
2626 },
2727 tpolecatScalacOptions ++= {
2828 import org .typelevel .scalacoptions .ScalaVersion .V3_0_0
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ addSbtPlugin("com.eed3si9n.ifdef" % "sbt-ifdef" % "0.4.1")
44addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.11.2" )
55addSbtPlugin(" com.typesafe" % " sbt-mima-plugin" % " 1.1.4" )
66addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.20.1" )
7- addSbtPlugin(" org.scala-native" % " sbt-scala-native" % " 0.5.8 " )
7+ addSbtPlugin(" org.scala-native" % " sbt-scala-native" % " 0.5.9 " )
88addSbtPlugin(" org.typelevel" % " sbt-tpolecat" % " 0.5.2" )
You can’t perform that action at this time.
0 commit comments