Skip to content

Commit

Permalink
Update scala-library to 2.13.14
Browse files Browse the repository at this point in the history
  • Loading branch information
darkfrog26 committed May 5, 2024
1 parent 9a3e99a commit 53b37ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import sbtcrossproject.CrossPlugin.autoImport.{crossProject, CrossType}

val allScalaVersions = List("2.12.19", "2.13.13", "3.3.3")
val allScalaVersions = List("2.12.19", "2.13.14", "3.3.3")

name := "perfolation"
ThisBuild / organization := "com.outr"
ThisBuild / version := "1.2.10"
ThisBuild / scalaVersion := "2.13.13"
ThisBuild / scalaVersion := "2.13.14"
ThisBuild / crossScalaVersions := allScalaVersions
ThisBuild / scalacOptions ++= Seq("-unchecked", "-deprecation")

Expand Down Expand Up @@ -67,5 +67,5 @@ lazy val benchmarks = project
libraryDependencies ++= Seq(
"pl.project13.scala" % "sbt-jmh-extras" % "0.3.7"
),
crossScalaVersions := List("2.13.13")
crossScalaVersions := List("2.13.14")
)

0 comments on commit 53b37ec

Please sign in to comment.