Skip to content

Commit

Permalink
update mdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
pshemass committed Feb 12, 2021
1 parent db04485 commit 9345e98
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
java: ['[email protected]', '[email protected]']
scala: ['2.11.12', '2.12.11', '2.13.3', '0.27.0-RC1']
scala: ['2.11.12', '2.12.13', '2.13.4', '3.0.0-M3']
steps:
- uses: actions/[email protected]
- uses: olafurpg/setup-scala@v10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package zio.nio.core.channels
import java.io.{ EOFException, FileNotFoundException, IOException }

import zio.nio.core.{ BaseSpec, Buffer, EffectOps, SocketAddress }
import zio.test.{ suite, testM }
import zio.{ IO, _ }
import zio.test._
import zio.test.Assertion._
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import java.io.IOException

import zio.nio.core._
import zio.test.Assertion._
import zio.test.{ suite, testM, _ }
import zio.test._
import zio.{ IO, _ }

object DatagramChannelSpec extends BaseSpec {
Expand Down
1 change: 0 additions & 1 deletion nio/src/test/scala/zio/nio/channels/ChannelSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package zio.nio.channels

import zio.nio.BaseSpec
import zio.nio.core.{ Buffer, SocketAddress }
import zio.test.{ suite, testM }
import zio.{ IO, _ }
import zio.test._
import zio.test.Assertion._
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package zio.nio.channels
import zio.nio._
import zio.nio.core.{ Buffer, SocketAddress }
import zio.test.Assertion._
import zio.test.{ suite, testM, _ }
import zio.test._
import zio._

object DatagramChannelSpec extends BaseSpec {
Expand Down
2 changes: 1 addition & 1 deletion project/BuildHelper.scala
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ object BuildHelper {
}
)

val ZioCoreVersion = "1.0.3"
val ZioCoreVersion = "1.0.4-2"

private val Scala211 = "2.11.12"
private val Scala212 = "2.12.12"
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.4.6")
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.5")
addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.0")
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.16")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.10")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.17")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2")

0 comments on commit 9345e98

Please sign in to comment.