Skip to content

Commit

Permalink
Merge pull request #631 from typelevel/update/scala-library-2.13.12
Browse files Browse the repository at this point in the history
Update scala-library to 2.13.12
  • Loading branch information
armanbilge authored Sep 11, 2023
2 parents e111b05 + b338c1e commit 1f9b457
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ val munitDisciplineVersion = "2.0.0-M3"
val scalacheckVersion = "1.17.0"
val algebraVersion = "2.10.0"
val Scala212 = "2.12.18"
val Scala213 = "2.13.11"
val Scala213 = "2.13.12"
val Scala3 = "3.3.1"

ThisBuild / tlBaseVersion := "0.9"
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.9")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.2")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.15")
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")
val sbtTypelevelVersion = "0.5.1"
val sbtTypelevelVersion = "0.5.2"
addSbtPlugin("org.typelevel" % "sbt-typelevel" % sbtTypelevelVersion)
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % sbtTypelevelVersion)

0 comments on commit 1f9b457

Please sign in to comment.