Skip to content

Commit 59152c0

Browse files
committed
[buid] Update scala-native and dependencies that require a scala-native update
1 parent f395cb8 commit 59152c0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
val scala212Ver = "2.12.20"
22
val scala213Ver = "2.13.16"
3-
val scala3Ver = "3.3.5"
3+
val scala3Ver = "3.3.6"
44

55
val githubId = "rayrobdod/string-context-parser-combinator"
66

@@ -26,7 +26,7 @@ lazy val sharedSettings = Seq(
2626
),
2727
autoAPIMappings := true,
2828
libraryDependencies += {
29-
"org.scalameta" %%% "munit" % "1.1.0" % Test,
29+
"org.scalameta" %%% "munit" % "1.1.1" % Test,
3030
},
3131
tpolecatScalacOptions ++= {
3232
import org.typelevel.scalacoptions.ScalaVersion.V3_0_0

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ addSbtPlugin("com.eed3si9n.ifdef" % "sbt-ifdef" % "0.4.1")
44
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.3")
55
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
66
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.18.2")
7-
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.6")
7+
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.7")
88
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2")

0 commit comments

Comments
 (0)