Skip to content

Commit

Permalink
Updates (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
travisbrown authored May 27, 2021
1 parent ac5d4c2 commit 8b3dab9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.12.13, 2.13.5]
scala: [2.12.13, 2.13.6]
java: [[email protected]]
runs-on: ${{ matrix.os }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def priorTo2_13(scalaVersion: String): Boolean =
case _ => false
}

ThisBuild / crossScalaVersions := Seq("2.12.13", "2.13.5")
ThisBuild / crossScalaVersions := Seq("2.12.13", "2.13.6")

val baseSettings = Seq(
scalacOptions ++= compilerOptions,
Expand Down Expand Up @@ -80,7 +80,7 @@ lazy val optics = crossProject(JSPlatform, JVMPlatform)
)
.jsSettings(
libraryDependencies +=
"io.github.cquiroz" %%% "scala-java-time" % "2.2.2" % Test,
"io.github.cquiroz" %%% "scala-java-time" % "2.3.0" % Test,
coverageEnabled := false
)

Expand Down

0 comments on commit 8b3dab9

Please sign in to comment.