Skip to content

Commit 5c3c974

Browse files
authored
bump: Update Scala Native to 0.5.3 (#88)
1 parent 3707b2d commit 5c3c974

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

build.sbt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
val scala212 = "2.12.17"
2-
val scala213 = "2.13.10"
3-
val scala3 = "3.2.2"
1+
val scala212 = "2.12.19"
2+
val scala213 = "2.13.12"
3+
val scala3 = "3.3.3"
44

55
ThisBuild / scalaVersion := scala212
66
ThisBuild / crossScalaVersions := Seq(scala212, scala213, scala3)
@@ -11,7 +11,7 @@ lazy val `codacy-plugins-api` =
1111
.settings(name := "codacy-plugins-api",
1212
organization := "com.codacy",
1313
libraryDependencies ++= Seq("wordspec", "shouldmatchers").map(m =>
14-
"org.scalatest" %%% s"scalatest-$m" % "3.2.14" % Test),
14+
"org.scalatest" %%% s"scalatest-$m" % "3.2.18" % Test),
1515
Compile / unmanagedSourceDirectories += {
1616
val sourceDir = (ThisBuild / baseDirectory).value / name.value / "src" / "main"
1717
CrossVersion.partialVersion(scalaVersion.value) match {

project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
addSbtPlugin("com.codacy" % "codacy-sbt-plugin" % "25.1.1")
2-
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.12")
3-
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.1")
2+
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.3")
3+
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")

0 commit comments

Comments
 (0)