File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- version = "3.7.17 "
1+ version = "3.8.0 "
22runner.dialect = Scala213Source3
33maxColumn = 120
44align.preset = more
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ inThisBuild(
2424 )
2525)
2626
27- lazy val scala213 = " 2.13.12 "
27+ lazy val scala213 = " 2.13.13 "
2828lazy val scala3 = " 3.3.1"
2929lazy val supportedScalaVersions = List (scala213, scala3)
3030
@@ -83,9 +83,9 @@ lazy val jqwik = (project in file("jqwik"))
8383 description := " JQwik bindings for coregex library." ,
8484 headerEndYear := Some (2023 ),
8585 libraryDependencies ++= Seq (
86- " net.jqwik" % " jqwik-api" % " 1.8.2 " % Provided ,
87- " net.jqwik" % " jqwik-engine" % " 1.8.2 " % Test ,
88- " net.jqwik" % " jqwik-testing" % " 1.8.2 " % Test ,
86+ " net.jqwik" % " jqwik-api" % " 1.8.3 " % Provided ,
87+ " net.jqwik" % " jqwik-engine" % " 1.8.3 " % Test ,
88+ " net.jqwik" % " jqwik-testing" % " 1.8.3 " % Test ,
8989 " net.aichler" % " jupiter-interface" % " 0.11.1" % Test
9090 ),
9191 Test / parallelExecution := false ,
Original file line number Diff line number Diff line change 1- sbt.version = 1.9.8
1+ sbt.version = 1.9.9
You can’t perform that action at this time.
0 commit comments