Skip to content
This repository was archived by the owner on Sep 8, 2022. It is now read-only.

Commit 6544f9d

Browse files
authored
Merge pull request #97 from retronym/topic/bump
Bump latest 2.12 and 2.13 releases
2 parents 038308e + 9ccc0bf commit 6544f9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name := "scala-partest"
77
version := "1.1.4-SNAPSHOT"
88

99
scalaVersionsByJvm in ThisBuild := {
10-
val vs = List("2.12.2", "2.13.0-M2")
10+
val vs = List("2.12.4", "2.13.0-M3")
1111

1212
Map(
1313
8 -> vs.map(_ -> true),

0 commit comments

Comments
 (0)