Skip to content

Commit

Permalink
Version bumps (minors to follow in 4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mie6 committed Jun 7, 2023
1 parent 5a32656 commit d49cc36
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import org.scalajs.linker.interface.ESVersion
import com.typesafe.tools.mima.core._

val projectName = "parsley"
val Scala213 = "2.13.10"
val Scala212 = "2.12.17"
val Scala213 = "2.13.11"
val Scala212 = "2.12.18"
val Scala3 = "3.2.1"
val Java8 = JavaSpec.temurin("8")
val JavaLTS = JavaSpec.temurin("11")
Expand Down Expand Up @@ -85,7 +85,7 @@ lazy val parsley = crossProject(JSPlatform, JVMPlatform, NativePlatform)

resolvers ++= Opts.resolver.sonatypeOssReleases, // Will speed up MiMA during fast back-to-back releases
libraryDependencies ++= Seq(
"org.scalatest" %%% "scalatest" % "3.2.15" % Test,
"org.scalatest" %%% "scalatest" % "3.2.16" % Test,
"org.scalacheck" %%% "scalacheck" % "1.17.0" % Test,
"org.scalatestplus" %%% "scalacheck-1-17" % "3.2.15.0" % Test,
),
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.8.3
sbt.version=1.9.0
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
val sbtTypelevelVersion = "0.4.20"
val sbtTypelevelVersion = "0.4.22"

libraryDependencySchemes ++= Seq(
"org.scala-native" % "sbt-scala-native" % VersionScheme.Always,
Expand Down

0 comments on commit d49cc36

Please sign in to comment.