Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
darkfrog26 committed Dec 31, 2024
1 parent eacf11a commit 390aa03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 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.4.0-SNAPSHOT"
ThisBuild / version := "0.4.0"
ThisBuild / scalaVersion := scala213
ThisBuild / crossScalaVersions := allScalaVersions
ThisBuild / scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature")
Expand Down
2 changes: 1 addition & 1 deletion core/shared/src/test/scala/spec/StreamSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package spec

import org.scalatest.wordspec.AnyWordSpec
import org.scalatest.matchers.should.Matchers
import rapid.{Stream, Task}
import rapid._

class StreamSpec extends AnyWordSpec with Matchers {
"Stream" should {
Expand Down

0 comments on commit 390aa03

Please sign in to comment.