Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
darkfrog26 committed Dec 14, 2024
1 parent ffa506c commit 6815914
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Scala versions
val scala213 = "2.13.15"

val scala3 = "3.6.2"
val scala3 = "3.3.4"

val scala2 = List(scala213)
val allScalaVersions = scala3 :: scala2
Expand All @@ -17,7 +17,7 @@ val developerURL: String = "https://matthicks.com"

name := projectName
ThisBuild / organization := org
ThisBuild / version := "0.2.0"
ThisBuild / version := "0.2.1"
ThisBuild / scalaVersion := scala213
ThisBuild / crossScalaVersions := allScalaVersions
ThisBuild / scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature")
Expand Down

0 comments on commit 6815914

Please sign in to comment.