Skip to content

Commit

Permalink
Update build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
julianmendez committed Nov 20, 2024
1 parent 3e8834b commit 128a081
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import sbt.Keys.scalacOptions

lazy val scala3_4 = "3.4.2"
lazy val scala3_3 = "3.3.4"

lazy val scala3_5 = "3.5.2"

lazy val commonSettings =
Seq(
Expand All @@ -21,8 +23,8 @@ lazy val commonSettings =
* [[https://github.com/scala/scala]]
* [[https://repo1.maven.org/maven2/org/scala-lang/scala3-compiler_3/]]
*/
crossScalaVersions := Seq(scala3_4),
scalaVersion := scala3_4,
crossScalaVersions := Seq(scala3_3, scala3_5),
scalaVersion := scala3_3,
/**
* ScalaTest
* [[https://www.scalatest.org]]
Expand Down

0 comments on commit 128a081

Please sign in to comment.