Skip to content

Commit

Permalink
deps updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
SimY4 committed Feb 24, 2024
1 parent 4210196 commit 12a53ec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "3.7.17"
version = "3.8.0"
runner.dialect = Scala213Source3
maxColumn = 120
align.preset = more
Expand Down
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ inThisBuild(
)
)

lazy val scala213 = "2.13.12"
lazy val scala213 = "2.13.13"
lazy val scala3 = "3.3.1"
lazy val supportedScalaVersions = List(scala213, scala3)

Expand Down Expand Up @@ -83,9 +83,9 @@ lazy val jqwik = (project in file("jqwik"))
description := "JQwik bindings for coregex library.",
headerEndYear := Some(2023),
libraryDependencies ++= Seq(
"net.jqwik" % "jqwik-api" % "1.8.2" % Provided,
"net.jqwik" % "jqwik-engine" % "1.8.2" % Test,
"net.jqwik" % "jqwik-testing" % "1.8.2" % Test,
"net.jqwik" % "jqwik-api" % "1.8.3" % Provided,
"net.jqwik" % "jqwik-engine" % "1.8.3" % Test,
"net.jqwik" % "jqwik-testing" % "1.8.3" % Test,
"net.aichler" % "jupiter-interface" % "0.11.1" % Test
),
Test / parallelExecution := false,
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.9.8
sbt.version = 1.9.9

0 comments on commit 12a53ec

Please sign in to comment.