Skip to content

Commit

Permalink
Update scala-library, scala-reflect to 2.13.12
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 12, 2023
1 parent 5e38cdd commit dcc83a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import sbtcrossproject.CrossPlugin.autoImport.crossProject

ThisBuild / scalaVersion := "2.11.12"
ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.17", "2.13.8")
ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.17", "2.13.12")
//ThisBuild / scalaJSUseRhino := true

lazy val scalatest = Def.setting("org.scalatest" %%% "scalatest" % "3.2.16")
Expand Down

0 comments on commit dcc83a9

Please sign in to comment.