Skip to content

Commit 69340f8

Browse files
committed
Update scala versions to cross build for 3.2
1 parent 20e3404 commit 69340f8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A library for creating [scalacheck](https://www.scalacheck.org/) generators from regular expressions
44

5-
Cross-built for Scala 2.12/2.13/3.2
5+
Cross-built for Scala 2.12/2.13/3.1/3.2
66

77
##### Installation
88

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ lazy val root = (project in file("."))
1010
publishMavenStyle := true,
1111
publishTo := sonatypePublishToBundle.value,
1212
sonatypeCredentialHost := "s01.oss.sonatype.org",
13-
version := "1.0.0",
14-
crossScalaVersions := Seq("2.12.16", "2.13.8", "3.1.0"),
13+
version := "1.1.0",
14+
crossScalaVersions := Seq("2.12.16", "2.13.8", "3.2.1"),
1515
scalacOptions ++= Seq(
1616
"-Xfatal-warnings"
1717
),

0 commit comments

Comments
 (0)