Skip to content

Commit b3b0597

Browse files
authored
Merge branch 'main' into update/scala-library-2.13.15
2 parents 8fad686 + cdd264c commit b3b0597

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ThisBuild / scalaVersion := "3.3.3"
1+
ThisBuild / scalaVersion := "3.3.4"
22
ThisBuild / crossScalaVersions := Seq((ThisBuild / scalaVersion).value, "2.13.15")
33

44
lazy val root = project.in(file("."))

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "3.1.0")
22
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
33
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")
4-
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
4+
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.17.0")
55
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.5")

0 commit comments

Comments
 (0)