Skip to content

Commit

Permalink
Update munit, scalacheck, and paiges (snapshot)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekrich committed Jun 17, 2024
1 parent 9532bce commit e3f82b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import sbtcrossproject.CrossPlugin.autoImport.crossProject
import com.typesafe.tools.mima.core._

lazy val V = new {
def munit = "1.0.0-M10"
def scalacheck = "1.17.0"
def munit = "1.0.0"
def scalacheck = "1.18.0"
}
val scala212 = "2.12.19"

Expand Down Expand Up @@ -122,7 +122,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
mimaSettings,
moduleName := "metaconfig-core",
libraryDependencies ++= List(
"org.typelevel" %%% "paiges-core" % "0.4.3",
"org.typelevel" %%% "paiges-core" % "0.4.3-35-4d6217a-SNAPSHOT",
"org.scala-lang.modules" %%% "scala-collection-compat" % "2.12.0"
)
)
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")

addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")

addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.1")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.3")

0 comments on commit e3f82b9

Please sign in to comment.