Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
darkfrog26 committed Dec 14, 2024
1 parent beeef91 commit d3fd67c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.2.0-SNAPSHOT"
ThisBuild / version := "0.2.0"
ThisBuild / scalaVersion := scala213
ThisBuild / crossScalaVersions := allScalaVersions
ThisBuild / scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature")
Expand Down
4 changes: 2 additions & 2 deletions core/jvm-native/src/test/scala/spec/FiberWaitingSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ package spec

import org.scalatest.matchers.should.Matchers
import org.scalatest.wordspec.AnyWordSpec
import rapid.Task
import rapid._

import scala.concurrent.duration.DurationInt
import scala.concurrent.duration._

class FiberWaitingSpec extends AnyWordSpec with Matchers {
"Fiber waiting" should {
Expand Down

0 comments on commit d3fd67c

Please sign in to comment.