Skip to content

Commit

Permalink
Update scala, scalajs, scala native, dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed Apr 14, 2022
1 parent d795c3a commit 4f56d6f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import com.softwaremill.UpdateVersionInDocs

val scala211 = "2.11.12"
val scala212 = "2.12.15"
val scala213 = "2.13.6"
val scala3 = "3.0.2"
val scala213 = "2.13.8"
val scala3 = "3.1.2"

val scalaIdeaVersion = scala3 // the version for which to import sources into intellij

Expand Down Expand Up @@ -67,7 +67,7 @@ lazy val quicklens = (projectMatrix in file("quicklens"))
libraryDependencies ++= compilerLibrary(scalaVersion.value),
versionSpecificScalaSources,
libraryDependencies ++= Seq("flatspec", "shouldmatchers").map(m =>
"org.scalatest" %%% s"scalatest-$m" % "3.2.10" % Test
"org.scalatest" %%% s"scalatest-$m" % "3.2.11" % Test
)
)
.jvmPlatform(
Expand Down
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
val scalaJSVersion = Option(System.getenv("SCALAJS_VERSION")).getOrElse("1.7.1")
val scalaNativeVersion = Option(System.getenv("SCALANATIVE_VERSION")).getOrElse("0.4.0")
val scalaJSVersion = Option(System.getenv("SCALAJS_VERSION")).getOrElse("1.10.0")
val scalaNativeVersion = Option(System.getenv("SCALANATIVE_VERSION")).getOrElse("0.4.4")

addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)
addSbtPlugin("org.scala-native" % "sbt-scala-native" % scalaNativeVersion)
Expand Down

0 comments on commit 4f56d6f

Please sign in to comment.