Skip to content

Commit

Permalink
Merge commit 'pullreqs/89' into upgrade-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zarthross committed Jul 22, 2024
2 parents fdf48c5 + d54038b commit a8efbc9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ val circeV = "0.14.5"

ThisBuild / testFrameworks += new TestFramework("munit.Framework")

ThisBuild / crossScalaVersions := Seq("2.12.19", "2.13.10", "3.4.2")
ThisBuild / crossScalaVersions := Seq("2.12.19", "2.13.14", "3.4.2")

// Projects
lazy val `rediculous-concurrent` = tlCrossRootProject
Expand Down Expand Up @@ -96,5 +96,3 @@ lazy val examples = crossProject(JVMPlatform, JSPlatform, NativePlatform)
lazy val site = project.in(file("site"))
.enablePlugins(TypelevelSitePlugin)
.dependsOn(core.jvm)


0 comments on commit a8efbc9

Please sign in to comment.