Skip to content

Commit c91cabe

Browse files
authored
Merge branch 'master' into update/scalafmt-core-3.10.1
2 parents c45e618 + 7763c08 commit c91cabe

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ All notable changes to this project will be documented in this file.
44

55
## [unreleased]
66
- Switched to scala-2.12.20
7-
- Switched to scala-2.13.16
7+
- Switched to scala-2.13.17
88
- Switched to scala-3.7.3
99
- Switched to scalajs-1.20.1
10-
- Switched to scala-native-0.5.8
10+
- Switched to scala-native-0.5.9
1111

1212
## [2.0.2] - 2024-04-24
1313
- Drop support scala-2.12 for Scala.JS and Scala-Native

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import sbtcrossproject.CrossPlugin.autoImport.crossProject
44
lazy val scala210 = "2.10.7"
55
lazy val scala211 = "2.11.12"
66
lazy val scala212 = "2.12.20"
7-
lazy val scala213 = "2.13.16"
7+
lazy val scala213 = "2.13.17"
88
lazy val scala3 = "3.7.3"
99

1010
lazy val scalatestVersion = "3.2.19"

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.11.6
1+
sbt.version=1.11.7

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
22
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")
33

44
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.20.1")
5-
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.8")
5+
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.9")
66

77
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.8")
88
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1")

0 commit comments

Comments
 (0)