diff --git a/build.sbt b/build.sbt index 57fdca2f..2dae6411 100644 --- a/build.sbt +++ b/build.sbt @@ -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" @@ -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" ) ) diff --git a/project/plugins.sbt b/project/plugins.sbt index 6aca00c1..f0a1e038 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -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")