Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
darkfrog26 committed Jan 7, 2025
1 parent 884a0c4 commit 9bde35a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ val developerURL: String = "https://matthicks.com"

name := projectName
ThisBuild / organization := org
ThisBuild / version := "0.6.0-SNAPSHOT"
ThisBuild / version := "0.6.0"
ThisBuild / scalaVersion := scala213
ThisBuild / crossScalaVersions := allScalaVersions
ThisBuild / scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature")
Expand Down Expand Up @@ -45,6 +45,8 @@ ThisBuild / outputStrategy := Some(StdoutOutput)

ThisBuild / Test / testOptions += Tests.Argument(TestFrameworks.ScalaTest, "-oDF")

/// Testing and Benchmarking Libraries

val catsVersion: String = "3.5.7"

val fs2Version: String = "3.11.0"
Expand Down

0 comments on commit 9bde35a

Please sign in to comment.